Html Css Color HEX #76CFD5 Spray

📋 copy color: '#76CFD5'

red 118 ◦ green 207 ◦ blue 213

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

Shades of Spray #76CFD5

Tints of Spray #76CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 21.93%
G = 38.48%
B = 39.59%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#76CFD5 (or 0x76CFD5) is known color: Spray. HEX triplet: 76, CF and D5. RGB value is (118,207,213). Sum of RGB (Red+Green+Blue) = 118+207+213=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #76CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFD5 is #89302A. Grayscale: #B4B4B4. Windows color (decimal): -8990763 or 14012278. OLE color: 14012278.

HSL color Cylindrical-coordinate representation of color #76CFD5: hue angle of 183.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CFD5 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 207 213 -
CMYK 0.45 0.03 0 0.16
HSL 183.79º 0.53% 0.65% -
HSV(B) 183.79º 0.45% 0.84% -
XYZ 41.79 53.28 71.03 -
YUV 181.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 118 207 213 0.45 0.03 0 0.16 183.79 0.53 0.65
Hex 76 CF D5 2D 3 0 10 B8 35 41
Octal 166 317 325 55 3 0 20 270 65 101
Binary 1110110 11001111 11010101 101101 11 0 10000 10111000 110101 1000001

Color Harmonies of #76CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFD5

Black with #76CFD5

Text Example


Text Example

White with #76CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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