Html Css Color HEX #5FAC90 Keppel

📋 copy color: '#5FAC90'

red 95 ◦ green 172 ◦ blue 144

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

Shades of Keppel #5FAC90

Tints of Keppel #5FAC90

RGB

 RED value IS 95 (37.5% from 255) = 23.11%

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 23.11%
G = 41.85%
B = 35.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#5FAC90 (or 0x5FAC90) is known color: Keppel. HEX triplet: 5F, AC and 90. RGB value is (95,172,144). Sum of RGB (Red+Green+Blue) = 95+172+144=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC90 is #A0536F. Grayscale: #919191. Windows color (decimal): -10507120 or 9481311. OLE color: 9481311.

HSL color Cylindrical-coordinate representation of color #5FAC90: hue angle of 158.18º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC90 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 144 -
CMYK 0.45 0 0.16 0.33
HSL 158.18º 0.32% 0.52% -
HSV(B) 158.18º 0.45% 0.67% -
XYZ 24.51 33.95 31.65 -
YUV 145.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 95 172 144 0.45 0 0.16 0.33 158.18 0.32 0.52
Hex 5F AC 90 2D 0 10 21 9E 20 34
Octal 137 254 220 55 0 20 41 236 40 64
Binary 1011111 10101100 10010000 101101 0 10000 100001 10011110 100000 110100

Color Harmonies of #5FAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC90

Black with #5FAC90

Text Example


Text Example

White with #5FAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAC90; }

 p { color: rgb(95,172,144); }

 H1.HeaderClassName
 {
   color: #5FAC90;
 }
 .AnyTagClassName
 {
   color: #5FAC90;
 }
</style>

background-color css

<style>
 a { background-color: #5FAC90; }

 a { background-color: rgb(95,172,144); }

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

border-color css

<style>
 span { border-color: #5FAC90; }

 span { border-color: rgb(95,172,144); }

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