Html Css Color HEX #5FB594 Keppel

📋 copy color: '#5FB594'

red 95 ◦ green 181 ◦ blue 148

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

Shades of Keppel #5FB594

Tints of Keppel #5FB594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

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

R = 22.41%
G = 42.69%
B = 34.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#5FB594 (or 0x5FB594) is known color: Keppel. HEX triplet: 5F, B5 and 94. RGB value is (95,181,148). Sum of RGB (Red+Green+Blue) = 95+181+148=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB594 is #A04A6B. Grayscale: #979797. Windows color (decimal): -10504812 or 9745759. OLE color: 9745759.

HSL color Cylindrical-coordinate representation of color #5FB594: hue angle of 156.98º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB594 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 181 148 -
CMYK 0.48 0 0.18 0.29
HSL 156.98º 0.37% 0.54% -
HSV(B) 156.98º 0.48% 0.71% -
XYZ 26.59 37.62 33.88 -
YUV 151.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 95 181 148 0.48 0 0.18 0.29 156.98 0.37 0.54
Hex 5F B5 94 30 0 12 1D 9D 25 36
Octal 137 265 224 60 0 22 35 235 45 66
Binary 1011111 10110101 10010100 110000 0 10010 11101 10011101 100101 110110

Color Harmonies of #5FB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB594

Black with #5FB594

Text Example


Text Example

White with #5FB594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,181,148); }

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

background-color css

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

 a { background-color: rgb(95,181,148); }

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

border-color css

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

 span { border-color: rgb(95,181,148); }

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