Html Css Color HEX #61BEA2 Keppel

📋 copy color: '#61BEA2'

red 97 ◦ green 190 ◦ blue 162

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

Shades of Keppel #61BEA2

Tints of Keppel #61BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 21.6%
G = 42.32%
B = 36.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#61BEA2 (or 0x61BEA2) is known color: Keppel. HEX triplet: 61, BE and A2. RGB value is (97,190,162). Sum of RGB (Red+Green+Blue) = 97+190+162=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA2 is #9E415D. Grayscale: #9F9F9F. Windows color (decimal): -10371422 or 10665569. OLE color: 10665569.

HSL color Cylindrical-coordinate representation of color #61BEA2: hue angle of 161.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEA2 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 162 -
CMYK 0.49 0 0.15 0.25
HSL 161.94º 0.42% 0.56% -
HSV(B) 161.94º 0.49% 0.75% -
XYZ 29.86 41.98 40.71 -
YUV 159 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 97 190 162 0.49 0 0.15 0.25 161.94 0.42 0.56
Hex 61 BE A2 31 0 F 19 A2 2A 38
Octal 141 276 242 61 0 17 31 242 52 70
Binary 1100001 10111110 10100010 110001 0 1111 11001 10100010 101010 111000

Color Harmonies of #61BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEA2

Black with #61BEA2

Text Example


Text Example

White with #61BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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