#61AF9B

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

Shades of Keppel #61AF9B

Tints of Keppel #61AF9B

Color information

#61AF9B (or 0x61AF9B) is unknown color: approx Keppel. HEX triplet: 61, AF and 9B. RGB value is (97,175,155). Sum of RGB (Red+Green+Blue) = 97+175+155=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF9B is #9E5064. Grayscale: #959595. Windows color (decimal): -10375269 or 10202977. OLE color: 10202977.

HSL color Cylindrical-coordinate representation of color #61AF9B: hue angle of 164.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF9B is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB97175155-
CMYK0.4500.110.31
HSL164.62º32.77%53.33%-
HSV(B)164.62º44.57%68.63%-
XYZ26.1835.5736.5-
YUV149.4131.1690.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=22.72%
G=40.98%
B=36.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751550.4500.110.31164.6232.7753.33
Hex61AF9B2D0B1Fa52135
Octal14125723355013372454165
Binary11000011010111110011011101101010111111110100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AF9B; }

 p { color: rgb(97,175,155); }

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

<style>
 a { background-color: #61AF9B; }

 a { background-color: rgb(97,175,155); }

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

<style>
 span { border-color: #61AF9B; }

 span { border-color: rgb(97,175,155); }

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