Html Css Color HEX #5DAF94 Keppel

📋 copy color: '#5DAF94'

red 93 ◦ green 175 ◦ blue 148

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

Shades of Keppel #5DAF94

Tints of Keppel #5DAF94

RGB

 RED value IS 93 (36.72% from 255) = 22.36%

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 22.36%
G = 42.07%
B = 35.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#5DAF94 (or 0x5DAF94) is known color: Keppel. HEX triplet: 5D, AF and 94. RGB value is (93,175,148). Sum of RGB (Red+Green+Blue) = 93+175+148=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAF94 is #A2506B. Grayscale: #939393. Windows color (decimal): -10637420 or 9744221. OLE color: 9744221.

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

Color convert

RGB 93 175 148 -
CMYK 0.47 0 0.15 0.31
HSL 160.24º 0.34% 0.53% -
HSV(B) 160.24º 0.47% 0.69% -
XYZ 25.19 35.13 33.47 -
YUV 147.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 93 175 148 0.47 0 0.15 0.31 160.24 0.34 0.53
Hex 5D AF 94 2F 0 F 1F A0 22 35
Octal 135 257 224 57 0 17 37 240 42 65
Binary 1011101 10101111 10010100 101111 0 1111 11111 10100000 100010 110101

Color Harmonies of #5DAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF94

Black with #5DAF94

Text Example


Text Example

White with #5DAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,175,148); }

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

background-color css

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

 a { background-color: rgb(93,175,148); }

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

border-color css

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

 span { border-color: rgb(93,175,148); }

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