Html Css Color HEX #5EAF9C Keppel

📋 copy color: '#5EAF9C'

red 94 ◦ green 175 ◦ blue 156

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

Shades of Keppel #5EAF9C

Tints of Keppel #5EAF9C

RGB

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

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

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

R = 22.12%
G = 41.18%
B = 36.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#5EAF9C (or 0x5EAF9C) is known color: Keppel. HEX triplet: 5E, AF and 9C. RGB value is (94,175,156). Sum of RGB (Red+Green+Blue) = 94+175+156=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF9C is #A15063. Grayscale: #949494. Windows color (decimal): -10571876 or 10268510. OLE color: 10268510.

HSL color Cylindrical-coordinate representation of color #5EAF9C: hue angle of 165.93º 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 #5EAF9C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 156 -
CMYK 0.46 0 0.11 0.31
HSL 165.93º 0.34% 0.53% -
HSV(B) 165.93º 0.46% 0.69% -
XYZ 25.95 35.44 36.93 -
YUV 148.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 94 175 156 0.46 0 0.11 0.31 165.93 0.34 0.53
Hex 5E AF 9C 2E 0 B 1F A6 22 35
Octal 136 257 234 56 0 13 37 246 42 65
Binary 1011110 10101111 10011100 101110 0 1011 11111 10100110 100010 110101

Color Harmonies of #5EAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF9C

Black with #5EAF9C

Text Example


Text Example

White with #5EAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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