Html Css Color HEX #61A994 Keppel

📋 copy color: '#61A994'

red 97 ◦ green 169 ◦ blue 148

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

Shades of Keppel #61A994

Tints of Keppel #61A994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 23.43%
G = 40.82%
B = 35.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#61A994 (or 0x61A994) is known color: Keppel. HEX triplet: 61, A9 and 94. RGB value is (97,169,148). Sum of RGB (Red+Green+Blue) = 97+169+148=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #61A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A994 is #9E566B. Grayscale: #919191. Windows color (decimal): -10376812 or 9742689. OLE color: 9742689.

HSL color Cylindrical-coordinate representation of color #61A994: hue angle of 162.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A994 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 169 148 -
CMYK 0.43 0 0.12 0.34
HSL 162.5º 0.3% 0.52% -
HSV(B) 162.5º 0.43% 0.66% -
XYZ 24.46 33.06 33.11 -
YUV 145.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 97 169 148 0.43 0 0.12 0.34 162.5 0.3 0.52
Hex 61 A9 94 2B 0 C 22 A2 1E 34
Octal 141 251 224 53 0 14 42 242 36 64
Binary 1100001 10101001 10010100 101011 0 1100 100010 10100010 11110 110100

Color Harmonies of #61A994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A994

Black with #61A994

Text Example


Text Example

White with #61A994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,169,148); }

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

background-color css

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

 a { background-color: rgb(97,169,148); }

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

border-color css

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

 span { border-color: rgb(97,169,148); }

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