Html Css Color HEX #76CECF Spray

📋 copy color: '#76CECF'

red 118 ◦ green 206 ◦ blue 207

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

Shades of Spray #76CECF

Tints of Spray #76CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 22.22%
G = 38.79%
B = 38.98%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76CECF (or 0x76CECF) is known color: Spray. HEX triplet: 76, CE and CF. RGB value is (118,206,207). Sum of RGB (Red+Green+Blue) = 118+206+207=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #76CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CECF is #893130. Grayscale: #B3B3B3. Windows color (decimal): -8991025 or 13618806. OLE color: 13618806.

HSL color Cylindrical-coordinate representation of color #76CECF: hue angle of 180.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CECF is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 207 -
CMYK 0.43 0.00 0 0.19
HSL 180.67º 0.48% 0.64% -
HSV(B) 180.67º 0.43% 0.81% -
XYZ 40.81 52.5 67.01 -
YUV 179.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 118 206 207 0.43 0.00 0 0.19 180.67 0.48 0.64
Hex 76 CE CF 2B 0 0 13 B5 30 40
Octal 166 316 317 53 0 0 23 265 60 100
Binary 1110110 11001110 11001111 101011 0 0 10011 10110101 110000 1000000

Color Harmonies of #76CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CECF

Black with #76CECF

Text Example


Text Example

White with #76CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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