Html Css Color HEX #5DB098 Keppel

📋 copy color: '#5DB098'

red 93 ◦ green 176 ◦ blue 152

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

Shades of Keppel #5DB098

Tints of Keppel #5DB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

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

R = 22.09%
G = 41.81%
B = 36.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#5DB098 (or 0x5DB098) is known color: Keppel. HEX triplet: 5D, B0 and 98. RGB value is (93,176,152). Sum of RGB (Red+Green+Blue) = 93+176+152=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB098 is #A24F67. Grayscale: #949494. Windows color (decimal): -10637160 or 10006621. OLE color: 10006621.

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

Color convert

RGB 93 176 152 -
CMYK 0.47 0 0.14 0.31
HSL 162.65º 0.34% 0.53% -
HSV(B) 162.65º 0.47% 0.69% -
XYZ 25.71 35.64 35.23 -
YUV 148.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 93 176 152 0.47 0 0.14 0.31 162.65 0.34 0.53
Hex 5D B0 98 2F 0 E 1F A3 22 35
Octal 135 260 230 57 0 16 37 243 42 65
Binary 1011101 10110000 10011000 101111 0 1110 11111 10100011 100010 110101

Color Harmonies of #5DB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB098

Black with #5DB098

Text Example


Text Example

White with #5DB098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,176,152); }

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

background-color css

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

 a { background-color: rgb(93,176,152); }

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

border-color css

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

 span { border-color: rgb(93,176,152); }

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