Html Css Color HEX #5BA88F Keppel

📋 copy color: '#5BA88F'

red 91 ◦ green 168 ◦ blue 143

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

Shades of Keppel #5BA88F

Tints of Keppel #5BA88F

RGB

 RED value IS 91 (35.94% from 255) = 22.64%

 GREEN value IS 168 (66.02% from 255) = 41.79%

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

R = 22.64%
G = 41.79%
B = 35.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#5BA88F (or 0x5BA88F) is known color: Keppel. HEX triplet: 5B, A8 and 8F. RGB value is (91,168,143). Sum of RGB (Red+Green+Blue) = 91+168+143=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA88F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA88F is #A45770. Grayscale: #8E8E8E. Windows color (decimal): -10770289 or 9414747. OLE color: 9414747.

HSL color Cylindrical-coordinate representation of color #5BA88F: hue angle of 160.52º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA88F is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 143 -
CMYK 0.46 0 0.15 0.34
HSL 160.52º 0.31% 0.51% -
HSV(B) 160.52º 0.46% 0.66% -
XYZ 23.27 32.21 30.98 -
YUV 142.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 91 168 143 0.46 0 0.15 0.34 160.52 0.31 0.51
Hex 5B A8 8F 2E 0 F 22 A1 1F 33
Octal 133 250 217 56 0 17 42 241 37 63
Binary 1011011 10101000 10001111 101110 0 1111 100010 10100001 11111 110011

Color Harmonies of #5BA88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA88F

Black with #5BA88F

Text Example


Text Example

White with #5BA88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,143); }

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

background-color css

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

 a { background-color: rgb(91,168,143); }

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

border-color css

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

 span { border-color: rgb(91,168,143); }

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