Html Css Color HEX #5EAF98 Keppel

📋 copy color: '#5EAF98'

red 94 ◦ green 175 ◦ blue 152

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

Shades of Keppel #5EAF98

Tints of Keppel #5EAF98

RGB

 RED value IS 94 (37.11% from 255) = 22.33%

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

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

R = 22.33%
G = 41.57%
B = 36.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#5EAF98 (or 0x5EAF98) is known color: Keppel. HEX triplet: 5E, AF and 98. RGB value is (94,175,152). Sum of RGB (Red+Green+Blue) = 94+175+152=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF98 is #A15067. Grayscale: #949494. Windows color (decimal): -10571880 or 10006366. OLE color: 10006366.

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

Color convert

RGB 94 175 152 -
CMYK 0.46 0 0.13 0.31
HSL 162.96º 0.34% 0.53% -
HSV(B) 162.96º 0.46% 0.69% -
XYZ 25.61 35.31 35.17 -
YUV 148.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 94 175 152 0.46 0 0.13 0.31 162.96 0.34 0.53
Hex 5E AF 98 2E 0 D 1F A3 22 35
Octal 136 257 230 56 0 15 37 243 42 65
Binary 1011110 10101111 10011000 101110 0 1101 11111 10100011 100010 110101

Color Harmonies of #5EAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF98

Black with #5EAF98

Text Example


Text Example

White with #5EAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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