Html Css Color HEX #78CBCB Spray

📋 copy color: '#78CBCB'

red 120 ◦ green 203 ◦ blue 203

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

Shades of Spray #78CBCB

Tints of Spray #78CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 22.81%
G = 38.59%
B = 38.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#78CBCB (or 0x78CBCB) is known color: Spray. HEX triplet: 78, CB and CB. RGB value is (120,203,203). Sum of RGB (Red+Green+Blue) = 120+203+203=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #78CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBCB is #873434. Grayscale: #B2B2B2. Windows color (decimal): -8860725 or 13355896. OLE color: 13355896.

HSL color Cylindrical-coordinate representation of color #78CBCB: hue angle of 180º 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 #78CBCB is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 203 -
CMYK 0.41 0 0 0.20
HSL 180º 0.44% 0.63% -
HSV(B) 180º 0.41% 0.8% -
XYZ 39.88 51.02 64.25 -
YUV 178.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 120 203 203 0.41 0 0 0.20 180 0.44 0.63
Hex 78 CB CB 29 0 0 14 B4 2C 3F
Octal 170 313 313 51 0 0 24 264 54 77
Binary 1111000 11001011 11001011 101001 0 0 10100 10110100 101100 111111

Color Harmonies of #78CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBCB

Black with #78CBCB

Text Example


Text Example

White with #78CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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