Html Css Color HEX #61AB8F Keppel

📋 copy color: '#61AB8F'

red 97 ◦ green 171 ◦ blue 143

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

Shades of Keppel #61AB8F

Tints of Keppel #61AB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 23.6%
G = 41.61%
B = 34.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#61AB8F (or 0x61AB8F) is known color: Keppel. HEX triplet: 61, AB and 8F. RGB value is (97,171,143). Sum of RGB (Red+Green+Blue) = 97+171+143=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AB8F is #9E5470. Grayscale: #919191. Windows color (decimal): -10376305 or 9415521. OLE color: 9415521.

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

Color convert

RGB 97 171 143 -
CMYK 0.43 0 0.16 0.33
HSL 157.3º 0.31% 0.53% -
HSV(B) 157.3º 0.43% 0.67% -
XYZ 24.45 33.65 31.19 -
YUV 145.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 97 171 143 0.43 0 0.16 0.33 157.3 0.31 0.53
Hex 61 AB 8F 2B 0 10 21 9D 1F 35
Octal 141 253 217 53 0 20 41 235 37 65
Binary 1100001 10101011 10001111 101011 0 10000 100001 10011101 11111 110101

Color Harmonies of #61AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB8F

Black with #61AB8F

Text Example


Text Example

White with #61AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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