Html Css Color HEX #61AB8D Keppel

📋 copy color: '#61AB8D'

red 97 ◦ green 171 ◦ blue 141

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

Shades of Keppel #61AB8D

Tints of Keppel #61AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 23.72%
G = 41.81%
B = 34.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#61AB8D (or 0x61AB8D) is known color: Keppel. HEX triplet: 61, AB and 8D. RGB value is (97,171,141). Sum of RGB (Red+Green+Blue) = 97+171+141=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AB8D is #9E5472. Grayscale: #919191. Windows color (decimal): -10376307 or 9284449. OLE color: 9284449.

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

Color convert

RGB 97 171 141 -
CMYK 0.43 0 0.18 0.33
HSL 155.68º 0.31% 0.53% -
HSV(B) 155.68º 0.43% 0.67% -
XYZ 24.3 33.59 30.4 -
YUV 145.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 97 171 141 0.43 0 0.18 0.33 155.68 0.31 0.53
Hex 61 AB 8D 2B 0 12 21 9C 1F 35
Octal 141 253 215 53 0 22 41 234 37 65
Binary 1100001 10101011 10001101 101011 0 10010 100001 10011100 11111 110101

Color Harmonies of #61AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB8D

Black with #61AB8D

Text Example


Text Example

White with #61AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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