Html Css Color HEX #61AC8D Keppel

📋 copy color: '#61AC8D'

red 97 ◦ green 172 ◦ blue 141

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

Shades of Keppel #61AC8D

Tints of Keppel #61AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 23.66%
G = 41.95%
B = 34.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#61AC8D (or 0x61AC8D) is known color: Keppel. HEX triplet: 61, AC and 8D. RGB value is (97,172,141). Sum of RGB (Red+Green+Blue) = 97+172+141=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AC8D is #9E5372. Grayscale: #929292. Windows color (decimal): -10376051 or 9284705. OLE color: 9284705.

HSL color Cylindrical-coordinate representation of color #61AC8D: hue angle of 155.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC8D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 172 141 -
CMYK 0.44 0 0.18 0.33
HSL 155.2º 0.31% 0.53% -
HSV(B) 155.2º 0.44% 0.67% -
XYZ 24.49 33.97 30.47 -
YUV 146.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 97 172 141 0.44 0 0.18 0.33 155.2 0.31 0.53
Hex 61 AC 8D 2C 0 12 21 9B 1F 35
Octal 141 254 215 54 0 22 41 233 37 65
Binary 1100001 10101100 10001101 101100 0 10010 100001 10011011 11111 110101

Color Harmonies of #61AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AC8D

Black with #61AC8D

Text Example


Text Example

White with #61AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,141); }

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

background-color css

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

 a { background-color: rgb(97,172,141); }

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

border-color css

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

 span { border-color: rgb(97,172,141); }

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