Html Css Color HEX #5FB29A Keppel

📋 copy color: '#5FB29A'

red 95 ◦ green 178 ◦ blue 154

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

Shades of Keppel #5FB29A

Tints of Keppel #5FB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 22.25%
G = 41.69%
B = 36.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#5FB29A (or 0x5FB29A) is known color: Keppel. HEX triplet: 5F, B2 and 9A. RGB value is (95,178,154). Sum of RGB (Red+Green+Blue) = 95+178+154=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB29A is #A04D65. Grayscale: #969696. Windows color (decimal): -10505574 or 10138207. OLE color: 10138207.

HSL color Cylindrical-coordinate representation of color #5FB29A: hue angle of 162.65º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB29A is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 178 154 -
CMYK 0.47 0 0.13 0.30
HSL 162.65º 0.35% 0.54% -
HSV(B) 162.65º 0.47% 0.7% -
XYZ 26.47 36.61 36.24 -
YUV 150.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 95 178 154 0.47 0 0.13 0.30 162.65 0.35 0.54
Hex 5F B2 9A 2F 0 D 1E A3 23 36
Octal 137 262 232 57 0 15 36 243 43 66
Binary 1011111 10110010 10011010 101111 0 1101 11110 10100011 100011 110110

Color Harmonies of #5FB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB29A

Black with #5FB29A

Text Example


Text Example

White with #5FB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,178,154); }

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

background-color css

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

 a { background-color: rgb(95,178,154); }

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

border-color css

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

 span { border-color: rgb(95,178,154); }

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