Html Css Color HEX #76CDCD Spray

📋 copy color: '#76CDCD'

red 118 ◦ green 205 ◦ blue 205

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

Shades of Spray #76CDCD

Tints of Spray #76CDCD

RGB

 RED value IS 118 (46.48% from 255) = 22.35%

 GREEN value IS 205 (80.47% from 255) = 38.83%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 22.35%
G = 38.83%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76CDCD (or 0x76CDCD) is known color: Spray. HEX triplet: 76, CD and CD. RGB value is (118,205,205). Sum of RGB (Red+Green+Blue) = 118+205+205=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #76CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDCD is #893232. Grayscale: #B2B2B2. Windows color (decimal): -8991283 or 13487478. OLE color: 13487478.

HSL color Cylindrical-coordinate representation of color #76CDCD: hue angle of 180º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDCD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 205 -
CMYK 0.42 0 0 0.20
HSL 180º 0.47% 0.63% -
HSV(B) 180º 0.42% 0.8% -
XYZ 40.32 51.92 65.65 -
YUV 178.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 118 205 205 0.42 0 0 0.20 180 0.47 0.63
Hex 76 CD CD 2A 0 0 14 B4 2F 3F
Octal 166 315 315 52 0 0 24 264 57 77
Binary 1110110 11001101 11001101 101010 0 0 10100 10110100 101111 111111

Color Harmonies of #76CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDCD

Black with #76CDCD

Text Example


Text Example

White with #76CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CDCD; }

 p { color: rgb(118,205,205); }

 H1.HeaderClassName
 {
   color: #76CDCD;
 }
 .AnyTagClassName
 {
   color: #76CDCD;
 }
</style>

background-color css

<style>
 a { background-color: #76CDCD; }

 a { background-color: rgb(118,205,205); }

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

border-color css

<style>
 span { border-color: #76CDCD; }

 span { border-color: rgb(118,205,205); }

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