Html Css Color HEX #61C2A2 Keppel

📋 copy color: '#61C2A2'

red 97 ◦ green 194 ◦ blue 162

#61C2A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #61C2A2

Tints of Keppel #61C2A2

RGB

 RED value IS 97 (38.28% from 255) = 21.41%

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 21.41%
G = 42.83%
B = 35.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#61C2A2 (or 0x61C2A2) is known color: Keppel. HEX triplet: 61, C2 and A2. RGB value is (97,194,162). Sum of RGB (Red+Green+Blue) = 97+194+162=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #61C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C2A2 is #9E3D5D. Grayscale: #A1A1A1. Windows color (decimal): -10370398 or 10666593. OLE color: 10666593.

HSL color Cylindrical-coordinate representation of color #61C2A2: hue angle of 160.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C2A2 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 162 -
CMYK 0.50 0 0.16 0.24
HSL 160.21º 0.44% 0.57% -
HSV(B) 160.21º 0.5% 0.76% -
XYZ 30.74 43.73 41 -
YUV 161.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 97 194 162 0.50 0 0.16 0.24 160.21 0.44 0.57
Hex 61 C2 A2 32 0 10 18 A0 2C 39
Octal 141 302 242 62 0 20 30 240 54 71
Binary 1100001 11000010 10100010 110010 0 10000 11000 10100000 101100 111001

Color Harmonies of #61C2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2A2

Black with #61C2A2

Text Example


Text Example

White with #61C2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C2A2;
 }
 .AnyTagClassName
 {
   color: #61C2A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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