#61BCA2

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

Shades of Keppel #61BCA2

Tints of Keppel #61BCA2

Color information

#61BCA2 (or 0x61BCA2) is unknown color: approx Keppel. HEX triplet: 61, BC and A2. RGB value is (97,188,162). Sum of RGB (Red+Green+Blue) = 97+188+162=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCA2 is #9E435D. Grayscale: #9D9D9D. Windows color (decimal): -10371934 or 10665057. OLE color: 10665057.

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

Color convert

RGB97188162-
CMYK0.4800.140.26
HSL162.86º40.44%55.88%-
HSV(B)162.86º48.4%73.73%-
XYZ29.4341.1240.57-
YUV157.83130.3584.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=21.70%
G=42.06%
B=36.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881620.4800.140.26162.8640.4455.88
Hex61BCA2300E1Aa32838
Octal14127424260016322435070
Binary11000011011110010100010110000011101101010100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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