Html Css Color HEX #61C099 Keppel

📋 copy color: '#61C099'

red 97 ◦ green 192 ◦ blue 153

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

Shades of Keppel #61C099

Tints of Keppel #61C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 21.95%
G = 43.44%
B = 34.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#61C099 (or 0x61C099) is known color: Keppel. HEX triplet: 61, C0 and 99. RGB value is (97,192,153). Sum of RGB (Red+Green+Blue) = 97+192+153=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #61C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C099 is #9E3F66. Grayscale: #9F9F9F. Windows color (decimal): -10370919 or 10076257. OLE color: 10076257.

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

Color convert

RGB 97 192 153 -
CMYK 0.49 0 0.20 0.25
HSL 155.37º 0.43% 0.57% -
HSV(B) 155.37º 0.49% 0.75% -
XYZ 29.53 42.54 36.79 -
YUV 159.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 97 192 153 0.49 0 0.20 0.25 155.37 0.43 0.57
Hex 61 C0 99 31 0 14 19 9B 2B 39
Octal 141 300 231 61 0 24 31 233 53 71
Binary 1100001 11000000 10011001 110001 0 10100 11001 10011011 101011 111001

Color Harmonies of #61C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C099

Black with #61C099

Text Example


Text Example

White with #61C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,153); }

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

background-color css

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

 a { background-color: rgb(97,192,153); }

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

border-color css

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

 span { border-color: rgb(97,192,153); }

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