#61AF98

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

Shades of Keppel #61AF98

Tints of Keppel #61AF98

Color information

#61AF98 (or 0x61AF98) is unknown color: approx Keppel. HEX triplet: 61, AF and 98. RGB value is (97,175,152). Sum of RGB (Red+Green+Blue) = 97+175+152=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF98 is #9E5067. Grayscale: #959595. Windows color (decimal): -10375272 or 10006369. OLE color: 10006369.

HSL color Cylindrical-coordinate representation of color #61AF98: hue angle of 162.31º 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 #61AF98 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB97175152-
CMYK0.4500.130.31
HSL162.31º32.77%53.33%-
HSV(B)162.31º44.57%68.63%-
XYZ25.9335.4735.19-
YUV149.06129.6690.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=22.88%
G=41.27%
B=35.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751520.4500.130.31162.3132.7753.33
Hex61AF982D0D1Fa22135
Octal14125723055015372424165
Binary11000011010111110011000101101011011111110100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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