Html Css Color HEX #75C0CF Seagull

📋 copy color: '#75C0CF'

red 117 ◦ green 192 ◦ blue 207

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

Shades of Seagull #75C0CF

Tints of Seagull #75C0CF

RGB

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

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

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

R = 22.67%
G = 37.21%
B = 40.12%

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

#75C0CF (or 0x75C0CF) is known color: Seagull. HEX triplet: 75, C0 and CF. RGB value is (117,192,207). Sum of RGB (Red+Green+Blue) = 117+192+207=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 192 (75.39% from 255 or 37.21% 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 #75C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0CF is #8A3F30. Grayscale: #ABABAB. Windows color (decimal): -9060145 or 13615221. OLE color: 13615221.

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

Color convert

RGB 117 192 207 -
CMYK 0.43 0.07 0 0.19
HSL 190º 0.48% 0.64% -
HSV(B) 190º 0.43% 0.81% -
XYZ 37.45 45.99 65.93 -
YUV 171.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 117 192 207 0.43 0.07 0 0.19 190 0.48 0.64
Hex 75 C0 CF 2B 7 0 13 BE 30 40
Octal 165 300 317 53 7 0 23 276 60 100
Binary 1110101 11000000 11001111 101011 111 0 10011 10111110 110000 1000000

Color Harmonies of #75C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0CF

Black with #75C0CF

Text Example


Text Example

White with #75C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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