#65C4CB

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

Shades of Seagull #65C4CB

Tints of Seagull #65C4CB

Color information

#65C4CB (or 0x65C4CB) is unknown color: approx Seagull. HEX triplet: 65, C4 and CB. RGB value is (101,196,203). Sum of RGB (Red+Green+Blue) = 101+196+203=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #65C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C4CB is #9A3B34. Grayscale: #A8A8A8. Windows color (decimal): -10107701 or 13354085. OLE color: 13354085.

HSL color Cylindrical-coordinate representation of color #65C4CB: hue angle of 184.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C4CB is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101196203-
CMYK0.500.0300.20
HSL184.12º49.51%59.61%-
HSV(B)184.12º50.25%79.61%-
XYZ35.8946.5663.6-
YUV168.39147.5379.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.2%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=20.2%
G=39.2%
B=40.6%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011962030.500.0300.20184.1249.5159.61
Hex65C4CB323014b8323c
Octal1453043136230242706274
Binary110010111000100110010111100101101010010111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,196,203); }

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

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

 a { background-color: rgb(101,196,203); }

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

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

 span { border-color: rgb(101,196,203); }

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