Html Css Color HEX #5ABC9C Keppel

📋 copy color: '#5ABC9C'

red 90 ◦ green 188 ◦ blue 156

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

Shades of Keppel #5ABC9C

Tints of Keppel #5ABC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 20.74%
G = 43.32%
B = 35.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#5ABC9C (or 0x5ABC9C) is known color: Keppel. HEX triplet: 5A, BC and 9C. RGB value is (90,188,156). Sum of RGB (Red+Green+Blue) = 90+188+156=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC9C is #A54363. Grayscale: #9B9B9B. Windows color (decimal): -10830692 or 10271834. OLE color: 10271834.

HSL color Cylindrical-coordinate representation of color #5ABC9C: hue angle of 160.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC9C is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 156 -
CMYK 0.52 0 0.17 0.26
HSL 160.41º 0.42% 0.55% -
HSV(B) 160.41º 0.52% 0.74% -
XYZ 28.2 40.54 37.79 -
YUV 155.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 90 188 156 0.52 0 0.17 0.26 160.41 0.42 0.55
Hex 5A BC 9C 34 0 11 1A A0 2A 37
Octal 132 274 234 64 0 21 32 240 52 67
Binary 1011010 10111100 10011100 110100 0 10001 11010 10100000 101010 110111

Color Harmonies of #5ABC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC9C

Black with #5ABC9C

Text Example


Text Example

White with #5ABC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,156); }

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

background-color css

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

 a { background-color: rgb(90,188,156); }

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

border-color css

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

 span { border-color: rgb(90,188,156); }

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