Html Css Color HEX #61AEA0 Keppel

📋 copy color: '#61AEA0'

red 97 ◦ green 174 ◦ blue 160

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

Shades of Keppel #61AEA0

Tints of Keppel #61AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 22.51%
G = 40.37%
B = 37.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#61AEA0 (or 0x61AEA0) is known color: Keppel. HEX triplet: 61, AE and A0. RGB value is (97,174,160). Sum of RGB (Red+Green+Blue) = 97+174+160=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #61AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AEA0 is #9E515F. Grayscale: #959595. Windows color (decimal): -10375520 or 10530401. OLE color: 10530401.

HSL color Cylindrical-coordinate representation of color #61AEA0: hue angle of 169.09º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AEA0 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 174 160 -
CMYK 0.44 0 0.08 0.32
HSL 169.09º 0.32% 0.53% -
HSV(B) 169.09º 0.44% 0.68% -
XYZ 26.41 35.35 38.69 -
YUV 149.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 97 174 160 0.44 0 0.08 0.32 169.09 0.32 0.53
Hex 61 AE A0 2C 0 8 20 A9 20 35
Octal 141 256 240 54 0 10 40 251 40 65
Binary 1100001 10101110 10100000 101100 0 1000 100000 10101001 100000 110101

Color Harmonies of #61AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AEA0

Black with #61AEA0

Text Example


Text Example

White with #61AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,174,160); }

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

background-color css

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

 a { background-color: rgb(97,174,160); }

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

border-color css

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

 span { border-color: rgb(97,174,160); }

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