Html Css Color HEX #78CBBD Downy

📋 copy color: '#78CBBD'

red 120 ◦ green 203 ◦ blue 189

#78CBBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #78CBBD

Tints of Downy #78CBBD

RGB

 RED value IS 120 (47.27% from 255) = 23.44%

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 23.44%
G = 39.65%
B = 36.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#78CBBD (or 0x78CBBD) is known color: Downy. HEX triplet: 78, CB and BD. RGB value is (120,203,189). Sum of RGB (Red+Green+Blue) = 120+203+189=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBBD is #873442. Grayscale: #B0B0B0. Windows color (decimal): -8860739 or 12438392. OLE color: 12438392.

HSL color Cylindrical-coordinate representation of color #78CBBD: hue angle of 169.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBBD is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 189 -
CMYK 0.41 0 0.07 0.20
HSL 169.88º 0.44% 0.63% -
HSV(B) 169.88º 0.41% 0.8% -
XYZ 38.29 50.38 55.85 -
YUV 176.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 120 203 189 0.41 0 0.07 0.20 169.88 0.44 0.63
Hex 78 CB BD 29 0 7 14 AA 2C 3F
Octal 170 313 275 51 0 7 24 252 54 77
Binary 1111000 11001011 10111101 101001 0 111 10100 10101010 101100 111111

Color Harmonies of #78CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBBD

Black with #78CBBD

Text Example


Text Example

White with #78CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CBBD; }

 p { color: rgb(120,203,189); }

 H1.HeaderClassName
 {
   color: #78CBBD;
 }
 .AnyTagClassName
 {
   color: #78CBBD;
 }
</style>

background-color css

<style>
 a { background-color: #78CBBD; }

 a { background-color: rgb(120,203,189); }

 div.DivClassName
 {
   background-color: #78CBBD;
 }
 .BgClassName
 {
   background-color: #78CBBD;
 }
</style>

border-color css

<style>
 span { border-color: #78CBBD; }

 span { border-color: rgb(120,203,189); }

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