#7BDBCA

Color #7BDBCA Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7BDBCA

Tints of Riptide #7BDBCA

Color information

#7BDBCA (or 0x7BDBCA) is unknown color: approx Riptide. HEX triplet: 7B, DB and CA. RGB value is (123,219,202). Sum of RGB (Red+Green+Blue) = 123+219+202=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBCA is #842435. Grayscale: #BCBCBC. Windows color (decimal): -8660022 or 13294459. OLE color: 13294459.

HSL color Cylindrical-coordinate representation of color #7BDBCA: hue angle of 169.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBCA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB123219202-
CMYK0.4400.080.14
HSL169.38º57.14%67.06%-
HSV(B)169.38º43.84%85.88%-
XYZ44.1659.1464.96-
YUV188.36135.781.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 22.61%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=22.61%
G=40.26%
B=37.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232192020.4400.080.14169.3857.1467.06
Hex7BDBCA2C08Ea93943
Octal173333312540101625171103
Binary11110111101101111001010101100010001110101010011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BDBCA; }

 p { color: rgb(123,219,202); }

 H1.HeaderClassName
 {
   color: #7BDBCA;
 }
 .AnyTagClassName
 {
   color: #7BDBCA;
 }
</style>
background-color css

<style>
 a { background-color: #7BDBCA; }

 a { background-color: rgb(123,219,202); }

 div.DivClassName
 {
   background-color: #7BDBCA;
 }
 .BgClassName
 {
   background-color: #7BDBCA;
 }
</style>
border-color css

<style>
 span { border-color: #7BDBCA; }

 span { border-color: rgb(123,219,202); }

 td.TdClassName
 {
   border-color: #7BDBCA;
 }
 .TagClassName
 {
   border-color: #7BDBCA;
 }
</style>