#65AB9B

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

Shades of Keppel #65AB9B

Tints of Keppel #65AB9B

Color information

#65AB9B (or 0x65AB9B) is unknown color: approx Keppel. HEX triplet: 65, AB and 9B. RGB value is (101,171,155). Sum of RGB (Red+Green+Blue) = 101+171+155=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9B is #9A5464. Grayscale: #949494. Windows color (decimal): -10114149 or 10201957. OLE color: 10201957.

HSL color Cylindrical-coordinate representation of color #65AB9B: hue angle of 166.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AB9B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB101171155-
CMYK0.4100.090.33
HSL166.29º29.41%53.33%-
HSV(B)166.29º40.94%67.06%-
XYZ25.8534.2636.26-
YUV148.25131.8194.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=23.65%
G=40.05%
B=36.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711550.4100.090.33166.2929.4153.33
Hex65AB9B290921a61d35
Octal14525323351011412463565
Binary11001011010101110011011101001010011000011010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,155); }

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

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

 a { background-color: rgb(101,171,155); }

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

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

 span { border-color: rgb(101,171,155); }

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