Html Css Color HEX #5AB48F Keppel

📋 copy color: '#5AB48F'

red 90 ◦ green 180 ◦ blue 143

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

Shades of Keppel #5AB48F

Tints of Keppel #5AB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

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

R = 21.79%
G = 43.58%
B = 34.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#5AB48F (or 0x5AB48F) is known color: Keppel. HEX triplet: 5A, B4 and 8F. RGB value is (90,180,143). Sum of RGB (Red+Green+Blue) = 90+180+143=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB48F is #A54B70. Grayscale: #949494. Windows color (decimal): -10832753 or 9417818. OLE color: 9417818.

HSL color Cylindrical-coordinate representation of color #5AB48F: hue angle of 155.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB48F is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 143 -
CMYK 0.50 0 0.21 0.29
HSL 155.33º 0.38% 0.53% -
HSV(B) 155.33º 0.5% 0.71% -
XYZ 25.5 36.8 31.75 -
YUV 148.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 90 180 143 0.50 0 0.21 0.29 155.33 0.38 0.53
Hex 5A B4 8F 32 0 15 1D 9B 26 35
Octal 132 264 217 62 0 25 35 233 46 65
Binary 1011010 10110100 10001111 110010 0 10101 11101 10011011 100110 110101

Color Harmonies of #5AB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB48F

Black with #5AB48F

Text Example


Text Example

White with #5AB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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