Html Css Color HEX #5AA58F Keppel

📋 copy color: '#5AA58F'

red 90 ◦ green 165 ◦ blue 143

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

Shades of Keppel #5AA58F

Tints of Keppel #5AA58F

RGB

 RED value IS 90 (35.55% from 255) = 22.61%

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 22.61%
G = 41.46%
B = 35.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#5AA58F (or 0x5AA58F) is known color: Keppel. HEX triplet: 5A, A5 and 8F. RGB value is (90,165,143). Sum of RGB (Red+Green+Blue) = 90+165+143=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA58F is #A55A70. Grayscale: #8C8C8C. Windows color (decimal): -10836593 or 9413978. OLE color: 9413978.

HSL color Cylindrical-coordinate representation of color #5AA58F: hue angle of 162.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA58F is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 165 143 -
CMYK 0.45 0 0.13 0.35
HSL 162.4º 0.29% 0.5% -
HSV(B) 162.4º 0.45% 0.65% -
XYZ 22.63 31.07 30.79 -
YUV 140.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 90 165 143 0.45 0 0.13 0.35 162.4 0.29 0.5
Hex 5A A5 8F 2D 0 D 23 A2 1D 32
Octal 132 245 217 55 0 15 43 242 35 62
Binary 1011010 10100101 10001111 101101 0 1101 100011 10100010 11101 110010

Color Harmonies of #5AA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA58F

Black with #5AA58F

Text Example


Text Example

White with #5AA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,143); }

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

background-color css

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

 a { background-color: rgb(90,165,143); }

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

border-color css

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

 span { border-color: rgb(90,165,143); }

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