Html Css Color HEX #76BBCB Seagull

📋 copy color: '#76BBCB'

red 118 ◦ green 187 ◦ blue 203

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

Shades of Seagull #76BBCB

Tints of Seagull #76BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 23.23%
G = 36.81%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76BBCB (or 0x76BBCB) is known color: Seagull. HEX triplet: 76, BB and CB. RGB value is (118,187,203). Sum of RGB (Red+Green+Blue) = 118+187+203=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #76BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBCB is #894434. Grayscale: #A8A8A8. Windows color (decimal): -8995893 or 13351798. OLE color: 13351798.

HSL color Cylindrical-coordinate representation of color #76BBCB: hue angle of 191.29º degrees, saturation: 0.45, 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 #76BBCB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 187 203 -
CMYK 0.42 0.08 0 0.20
HSL 191.29º 0.45% 0.63% -
HSV(B) 191.29º 0.42% 0.8% -
XYZ 36.02 43.7 63.04 -
YUV 168.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 118 187 203 0.42 0.08 0 0.20 191.29 0.45 0.63
Hex 76 BB CB 2A 8 0 14 BF 2D 3F
Octal 166 273 313 52 10 0 24 277 55 77
Binary 1110110 10111011 11001011 101010 1000 0 10100 10111111 101101 111111

Color Harmonies of #76BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBCB

Black with #76BBCB

Text Example


Text Example

White with #76BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,203); }

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

background-color css

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

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

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

border-color css

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

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

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