Html Css Color HEX #76BFCE Seagull

📋 copy color: '#76BFCE'

red 118 ◦ green 191 ◦ blue 206

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

Shades of Seagull #76BFCE

Tints of Seagull #76BFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 22.91%
G = 37.09%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76BFCE (or 0x76BFCE) is known color: Seagull. HEX triplet: 76, BF and CE. RGB value is (118,191,206). Sum of RGB (Red+Green+Blue) = 118+191+206=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #76BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFCE is #894031. Grayscale: #AAAAAA. Windows color (decimal): -8994866 or 13549430. OLE color: 13549430.

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

Color convert

RGB 118 191 206 -
CMYK 0.43 0.07 0 0.19
HSL 190.23º 0.47% 0.64% -
HSV(B) 190.23º 0.43% 0.81% -
XYZ 37.24 45.57 65.23 -
YUV 170.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 118 191 206 0.43 0.07 0 0.19 190.23 0.47 0.64
Hex 76 BF CE 2B 7 0 13 BE 2F 40
Octal 166 277 316 53 7 0 23 276 57 100
Binary 1110110 10111111 11001110 101011 111 0 10011 10111110 101111 1000000

Color Harmonies of #76BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFCE

Black with #76BFCE

Text Example


Text Example

White with #76BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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