Html Css Color HEX #61BA96 Keppel

📋 copy color: '#61BA96'

red 97 ◦ green 186 ◦ blue 150

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

Shades of Keppel #61BA96

Tints of Keppel #61BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 22.4%
G = 42.96%
B = 34.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#61BA96 (or 0x61BA96) is known color: Keppel. HEX triplet: 61, BA and 96. RGB value is (97,186,150). Sum of RGB (Red+Green+Blue) = 97+186+150=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA96 is #9E4569. Grayscale: #9B9B9B. Windows color (decimal): -10372458 or 9878113. OLE color: 9878113.

HSL color Cylindrical-coordinate representation of color #61BA96: hue angle of 155.73º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA96 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 186 150 -
CMYK 0.48 0 0.19 0.27
HSL 155.73º 0.39% 0.55% -
HSV(B) 155.73º 0.48% 0.73% -
XYZ 27.99 39.86 35.07 -
YUV 155.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 97 186 150 0.48 0 0.19 0.27 155.73 0.39 0.55
Hex 61 BA 96 30 0 13 1B 9C 27 37
Octal 141 272 226 60 0 23 33 234 47 67
Binary 1100001 10111010 10010110 110000 0 10011 11011 10011100 100111 110111

Color Harmonies of #61BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BA96

Black with #61BA96

Text Example


Text Example

White with #61BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,186,150); }

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

background-color css

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

 a { background-color: rgb(97,186,150); }

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

border-color css

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

 span { border-color: rgb(97,186,150); }

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