Html Css Color HEX #75C0CB Seagull

📋 copy color: '#75C0CB'

red 117 ◦ green 192 ◦ blue 203

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

Shades of Seagull #75C0CB

Tints of Seagull #75C0CB

RGB

 RED value IS 117 (46.09% from 255) = 22.85%

 GREEN value IS 192 (75.39% from 255) = 37.5%

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 22.85%
G = 37.5%
B = 39.65%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75C0CB (or 0x75C0CB) is known color: Seagull. HEX triplet: 75, C0 and CB. RGB value is (117,192,203). Sum of RGB (Red+Green+Blue) = 117+192+203=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #75C0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0CB is #8A3F34. Grayscale: #AAAAAA. Windows color (decimal): -9060149 or 13353077. OLE color: 13353077.

HSL color Cylindrical-coordinate representation of color #75C0CB: hue angle of 187.67º degrees, saturation: 0.45, 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 #75C0CB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 192 203 -
CMYK 0.42 0.05 0 0.20
HSL 187.67º 0.45% 0.63% -
HSV(B) 187.67º 0.42% 0.8% -
XYZ 36.97 45.79 63.39 -
YUV 170.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 117 192 203 0.42 0.05 0 0.20 187.67 0.45 0.63
Hex 75 C0 CB 2A 5 0 14 BC 2D 3F
Octal 165 300 313 52 5 0 24 274 55 77
Binary 1110101 11000000 11001011 101010 101 0 10100 10111100 101101 111111

Color Harmonies of #75C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0CB

Black with #75C0CB

Text Example


Text Example

White with #75C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C0CB; }

 p { color: rgb(117,192,203); }

 H1.HeaderClassName
 {
   color: #75C0CB;
 }
 .AnyTagClassName
 {
   color: #75C0CB;
 }
</style>

background-color css

<style>
 a { background-color: #75C0CB; }

 a { background-color: rgb(117,192,203); }

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

border-color css

<style>
 span { border-color: #75C0CB; }

 span { border-color: rgb(117,192,203); }

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