Html Css Color HEX #76BDCD Seagull

📋 copy color: '#76BDCD'

red 118 ◦ green 189 ◦ blue 205

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

Shades of Seagull #76BDCD

Tints of Seagull #76BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 23.05%
G = 36.91%
B = 40.04%

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

#76BDCD (or 0x76BDCD) is known color: Seagull. HEX triplet: 76, BD and CD. RGB value is (118,189,205). Sum of RGB (Red+Green+Blue) = 118+189+205=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDCD is #894232. Grayscale: #A9A9A9. Windows color (decimal): -8995379 or 13483382. OLE color: 13483382.

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

Color convert

RGB 118 189 205 -
CMYK 0.42 0.08 0 0.20
HSL 191.03º 0.47% 0.63% -
HSV(B) 191.03º 0.42% 0.8% -
XYZ 36.69 44.65 64.44 -
YUV 169.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 118 189 205 0.42 0.08 0 0.20 191.03 0.47 0.63
Hex 76 BD CD 2A 8 0 14 BF 2F 3F
Octal 166 275 315 52 10 0 24 277 57 77
Binary 1110110 10111101 11001101 101010 1000 0 10100 10111111 101111 111111

Color Harmonies of #76BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDCD

Black with #76BDCD

Text Example


Text Example

White with #76BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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