Html Css Color HEX #5DA994 Keppel

📋 copy color: '#5DA994'

red 93 ◦ green 169 ◦ blue 148

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

Shades of Keppel #5DA994

Tints of Keppel #5DA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

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

R = 22.68%
G = 41.22%
B = 36.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#5DA994 (or 0x5DA994) is known color: Keppel. HEX triplet: 5D, A9 and 94. RGB value is (93,169,148). Sum of RGB (Red+Green+Blue) = 93+169+148=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA994 is #A2566B. Grayscale: #8F8F8F. Windows color (decimal): -10638956 or 9742685. OLE color: 9742685.

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

Color convert

RGB 93 169 148 -
CMYK 0.45 0 0.12 0.34
HSL 163.42º 0.31% 0.51% -
HSV(B) 163.42º 0.45% 0.66% -
XYZ 24.05 32.84 33.09 -
YUV 143.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 93 169 148 0.45 0 0.12 0.34 163.42 0.31 0.51
Hex 5D A9 94 2D 0 C 22 A3 1F 33
Octal 135 251 224 55 0 14 42 243 37 63
Binary 1011101 10101001 10010100 101101 0 1100 100010 10100011 11111 110011

Color Harmonies of #5DA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA994

Black with #5DA994

Text Example


Text Example

White with #5DA994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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