Html Css Color HEX #76CFDF Spray

📋 copy color: '#76CFDF'

red 118 ◦ green 207 ◦ blue 223

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

Shades of Spray #76CFDF

Tints of Spray #76CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.77%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 21.53%
G = 37.77%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76CFDF (or 0x76CFDF) is known color: Spray. HEX triplet: 76, CF and DF. RGB value is (118,207,223). Sum of RGB (Red+Green+Blue) = 118+207+223=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #76CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDF is #893020. Grayscale: #B6B6B6. Windows color (decimal): -8990753 or 14667638. OLE color: 14667638.

HSL color Cylindrical-coordinate representation of color #76CFDF: hue angle of 189.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CFDF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 207 223 -
CMYK 0.47 0.07 0 0.13
HSL 189.14º 0.62% 0.67% -
HSV(B) 189.14º 0.47% 0.87% -
XYZ 43.1 53.8 77.93 -
YUV 182.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 118 207 223 0.47 0.07 0 0.13 189.14 0.62 0.67
Hex 76 CF DF 2F 7 0 D BD 3E 43
Octal 166 317 337 57 7 0 15 275 76 103
Binary 1110110 11001111 11011111 101111 111 0 1101 10111101 111110 1000011

Color Harmonies of #76CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFDF

Black with #76CFDF

Text Example


Text Example

White with #76CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,207,223); }

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

background-color css

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

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

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

border-color css

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

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

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