Html Css Color HEX #76CDDD Spray

📋 copy color: '#76CDDD'

red 118 ◦ green 205 ◦ blue 221

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

Shades of Spray #76CDDD

Tints of Spray #76CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 21.69%
G = 37.68%
B = 40.63%

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

#76CDDD (or 0x76CDDD) is known color: Spray. HEX triplet: 76, CD and DD. RGB value is (118,205,221). Sum of RGB (Red+Green+Blue) = 118+205+221=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDD is #893222. Grayscale: #B4B4B4. Windows color (decimal): -8991267 or 14536054. OLE color: 14536054.

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

Color convert

RGB 118 205 221 -
CMYK 0.47 0.07 0 0.13
HSL 189.32º 0.6% 0.66% -
HSV(B) 189.32º 0.47% 0.87% -
XYZ 42.35 52.73 76.35 -
YUV 180.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 118 205 221 0.47 0.07 0 0.13 189.32 0.6 0.66
Hex 76 CD DD 2F 7 0 D BD 3C 42
Octal 166 315 335 57 7 0 15 275 74 102
Binary 1110110 11001101 11011101 101111 111 0 1101 10111101 111100 1000010

Color Harmonies of #76CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDDD

Black with #76CDDD

Text Example


Text Example

White with #76CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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