Html Css Color HEX #76BCCA Seagull

📋 copy color: '#76BCCA'

red 118 ◦ green 188 ◦ blue 202

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

Shades of Seagull #76BCCA

Tints of Seagull #76BCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 23.23%
G = 37.01%
B = 39.76%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#76BCCA (or 0x76BCCA) is known color: Seagull. HEX triplet: 76, BC and CA. RGB value is (118,188,202). Sum of RGB (Red+Green+Blue) = 118+188+202=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #76BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCA is #894335. Grayscale: #A8A8A8. Windows color (decimal): -8995638 or 13286518. OLE color: 13286518.

HSL color Cylindrical-coordinate representation of color #76BCCA: hue angle of 190º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BCCA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 188 202 -
CMYK 0.42 0.07 0 0.21
HSL 190º 0.44% 0.63% -
HSV(B) 190º 0.42% 0.79% -
XYZ 36.12 44.08 62.48 -
YUV 168.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 118 188 202 0.42 0.07 0 0.21 190 0.44 0.63
Hex 76 BC CA 2A 7 0 15 BE 2C 3F
Octal 166 274 312 52 7 0 25 276 54 77
Binary 1110110 10111100 11001010 101010 111 0 10101 10111110 101100 111111

Color Harmonies of #76BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCCA

Black with #76BCCA

Text Example


Text Example

White with #76BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,202); }

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

background-color css

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

 a { background-color: rgb(118,188,202); }

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

border-color css

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

 span { border-color: rgb(118,188,202); }

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