Html Css Color HEX #61BEA0 Keppel

📋 copy color: '#61BEA0'

red 97 ◦ green 190 ◦ blue 160

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

Shades of Keppel #61BEA0

Tints of Keppel #61BEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.79%

R = 21.7%
G = 42.51%
B = 35.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#61BEA0 (or 0x61BEA0) is known color: Keppel. HEX triplet: 61, BE and A0. RGB value is (97,190,160). Sum of RGB (Red+Green+Blue) = 97+190+160=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA0 is #9E415F. Grayscale: #9E9E9E. Windows color (decimal): -10371424 or 10534497. OLE color: 10534497.

HSL color Cylindrical-coordinate representation of color #61BEA0: hue angle of 160.65º 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 #61BEA0 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 160 -
CMYK 0.49 0 0.16 0.25
HSL 160.65º 0.42% 0.56% -
HSV(B) 160.65º 0.49% 0.75% -
XYZ 29.69 41.91 39.78 -
YUV 158.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 97 190 160 0.49 0 0.16 0.25 160.65 0.42 0.56
Hex 61 BE A0 31 0 10 19 A1 2A 38
Octal 141 276 240 61 0 20 31 241 52 70
Binary 1100001 10111110 10100000 110001 0 10000 11001 10100001 101010 111000

Color Harmonies of #61BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEA0

Black with #61BEA0

Text Example


Text Example

White with #61BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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