Html Css Color HEX #61AC9C Keppel

📋 copy color: '#61AC9C'

red 97 ◦ green 172 ◦ blue 156

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

Shades of Keppel #61AC9C

Tints of Keppel #61AC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 22.82%
G = 40.47%
B = 36.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#61AC9C (or 0x61AC9C) is known color: Keppel. HEX triplet: 61, AC and 9C. RGB value is (97,172,156). Sum of RGB (Red+Green+Blue) = 97+172+156=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AC9C is #9E5363. Grayscale: #939393. Windows color (decimal): -10376036 or 10267745. OLE color: 10267745.

HSL color Cylindrical-coordinate representation of color #61AC9C: hue angle of 167.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 #61AC9C is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 172 156 -
CMYK 0.44 0 0.09 0.33
HSL 167.2º 0.31% 0.53% -
HSV(B) 167.2º 0.44% 0.67% -
XYZ 25.68 34.45 36.75 -
YUV 147.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 97 172 156 0.44 0 0.09 0.33 167.2 0.31 0.53
Hex 61 AC 9C 2C 0 9 21 A7 1F 35
Octal 141 254 234 54 0 11 41 247 37 65
Binary 1100001 10101100 10011100 101100 0 1001 100001 10100111 11111 110101

Color Harmonies of #61AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AC9C

Black with #61AC9C

Text Example


Text Example

White with #61AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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