Html Css Color HEX #76BFCD Seagull

📋 copy color: '#76BFCD'

red 118 ◦ green 191 ◦ blue 205

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

Shades of Seagull #76BFCD

Tints of Seagull #76BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 22.96%
G = 37.16%
B = 39.88%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76BFCD (or 0x76BFCD) is known color: Seagull. HEX triplet: 76, BF and CD. RGB value is (118,191,205). Sum of RGB (Red+Green+Blue) = 118+191+205=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFCD is #894032. Grayscale: #AAAAAA. Windows color (decimal): -8994867 or 13483894. OLE color: 13483894.

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

Color convert

RGB 118 191 205 -
CMYK 0.42 0.07 0 0.20
HSL 189.66º 0.47% 0.63% -
HSV(B) 189.66º 0.42% 0.8% -
XYZ 37.12 45.52 64.59 -
YUV 170.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 118 191 205 0.42 0.07 0 0.20 189.66 0.47 0.63
Hex 76 BF CD 2A 7 0 14 BE 2F 3F
Octal 166 277 315 52 7 0 24 276 57 77
Binary 1110110 10111111 11001101 101010 111 0 10100 10111110 101111 111111

Color Harmonies of #76BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFCD

Black with #76BFCD

Text Example


Text Example

White with #76BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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