#65BCA2

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

Shades of Keppel #65BCA2

Tints of Keppel #65BCA2

Color information

#65BCA2 (or 0x65BCA2) is unknown color: approx Keppel. HEX triplet: 65, BC and A2. RGB value is (101,188,162). Sum of RGB (Red+Green+Blue) = 101+188+162=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCA2 is #9A435D. Grayscale: #9F9F9F. Windows color (decimal): -10109790 or 10665061. OLE color: 10665061.

HSL color Cylindrical-coordinate representation of color #65BCA2: hue angle of 162.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB101188162-
CMYK0.4600.140.26
HSL162.07º39.37%56.67%-
HSV(B)162.07º46.28%73.73%-
XYZ29.8741.3440.59-
YUV159.02129.6886.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=22.39%
G=41.69%
B=35.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011881620.4600.140.26162.0739.3756.67
Hex65BCA22E0E1Aa22739
Octal14527424256016322424771
Binary11001011011110010100010101110011101101010100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,162); }

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

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

 a { background-color: rgb(101,188,162); }

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

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

 span { border-color: rgb(101,188,162); }

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