Html Css Color HEX #5BAF98 Keppel

📋 copy color: '#5BAF98'

red 91 ◦ green 175 ◦ blue 152

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

Shades of Keppel #5BAF98

Tints of Keppel #5BAF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 21.77%
G = 41.87%
B = 36.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#5BAF98 (or 0x5BAF98) is known color: Keppel. HEX triplet: 5B, AF and 98. RGB value is (91,175,152). Sum of RGB (Red+Green+Blue) = 91+175+152=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF98 is #A45067. Grayscale: #939393. Windows color (decimal): -10768488 or 10006363. OLE color: 10006363.

HSL color Cylindrical-coordinate representation of color #5BAF98: hue angle of 163.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF98 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 152 -
CMYK 0.48 0 0.13 0.31
HSL 163.57º 0.34% 0.52% -
HSV(B) 163.57º 0.48% 0.69% -
XYZ 25.31 35.15 35.16 -
YUV 147.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 91 175 152 0.48 0 0.13 0.31 163.57 0.34 0.52
Hex 5B AF 98 30 0 D 1F A4 22 34
Octal 133 257 230 60 0 15 37 244 42 64
Binary 1011011 10101111 10011000 110000 0 1101 11111 10100100 100010 110100

Color Harmonies of #5BAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF98

Black with #5BAF98

Text Example


Text Example

White with #5BAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,152); }

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

background-color css

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

 a { background-color: rgb(91,175,152); }

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

border-color css

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

 span { border-color: rgb(91,175,152); }

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