Html Css Color HEX #5DB09B Keppel

📋 copy color: '#5DB09B'

red 93 ◦ green 176 ◦ blue 155

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

Shades of Keppel #5DB09B

Tints of Keppel #5DB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 21.93%
G = 41.51%
B = 36.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#5DB09B (or 0x5DB09B) is known color: Keppel. HEX triplet: 5D, B0 and 9B. RGB value is (93,176,155). Sum of RGB (Red+Green+Blue) = 93+176+155=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB09B is #A24F64. Grayscale: #949494. Windows color (decimal): -10637157 or 10203229. OLE color: 10203229.

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

Color convert

RGB 93 176 155 -
CMYK 0.47 0 0.12 0.31
HSL 164.82º 0.34% 0.53% -
HSV(B) 164.82º 0.47% 0.69% -
XYZ 25.96 35.74 36.54 -
YUV 148.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 93 176 155 0.47 0 0.12 0.31 164.82 0.34 0.53
Hex 5D B0 9B 2F 0 C 1F A5 22 35
Octal 135 260 233 57 0 14 37 245 42 65
Binary 1011101 10110000 10011011 101111 0 1100 11111 10100101 100010 110101

Color Harmonies of #5DB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB09B

Black with #5DB09B

Text Example


Text Example

White with #5DB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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