#65C0CA

Color #65C0CA Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #65C0CA

Tints of Seagull #65C0CA

Color information

#65C0CA (or 0x65C0CA) is unknown color: approx Seagull. HEX triplet: 65, C0 and CA. RGB value is (101,192,202). Sum of RGB (Red+Green+Blue) = 101+192+202=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #65C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C0CA is #9A3F35. Grayscale: #A5A5A5. Windows color (decimal): -10108726 or 13287525. OLE color: 13287525.

HSL color Cylindrical-coordinate representation of color #65C0CA: hue angle of 185.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C0CA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101192202-
CMYK0.500.0500.21
HSL185.94º48.79%59.41%-
HSV(B)185.94º50%79.22%-
XYZ34.8844.7362.67-
YUV165.93148.3581.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=20.40%
G=38.79%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011922020.500.0500.21185.9448.7959.41
Hex65C0CA325015ba313b
Octal1453003126250252726173
Binary1100101110000001100101011001010101010110111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C0CA; }

 p { color: rgb(101,192,202); }

 H1.HeaderClassName
 {
   color: #65C0CA;
 }
 .AnyTagClassName
 {
   color: #65C0CA;
 }
</style>
background-color css

<style>
 a { background-color: #65C0CA; }

 a { background-color: rgb(101,192,202); }

 div.DivClassName
 {
   background-color: #65C0CA;
 }
 .BgClassName
 {
   background-color: #65C0CA;
 }
</style>
border-color css

<style>
 span { border-color: #65C0CA; }

 span { border-color: rgb(101,192,202); }

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