Html Css Color HEX #76BFCF Seagull

📋 copy color: '#76BFCF'

red 118 ◦ green 191 ◦ blue 207

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

Shades of Seagull #76BFCF

Tints of Seagull #76BFCF

RGB

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

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

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

R = 22.87%
G = 37.02%
B = 40.12%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76BFCF (or 0x76BFCF) is known color: Seagull. HEX triplet: 76, BF and CF. RGB value is (118,191,207). Sum of RGB (Red+Green+Blue) = 118+191+207=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #76BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFCF is #894030. Grayscale: #AAAAAA. Windows color (decimal): -8994865 or 13614966. OLE color: 13614966.

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

Color convert

RGB 118 191 207 -
CMYK 0.43 0.08 0 0.19
HSL 190.79º 0.48% 0.64% -
HSV(B) 190.79º 0.43% 0.81% -
XYZ 37.36 45.62 65.87 -
YUV 171 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 118 191 207 0.43 0.08 0 0.19 190.79 0.48 0.64
Hex 76 BF CF 2B 8 0 13 BF 30 40
Octal 166 277 317 53 10 0 23 277 60 100
Binary 1110110 10111111 11001111 101011 1000 0 10011 10111111 110000 1000000

Color Harmonies of #76BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFCF

Black with #76BFCF

Text Example


Text Example

White with #76BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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