#5DA99A

Color #5DA99A Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5DA99A

Tints of Keppel #5DA99A

Color information

#5DA99A (or 0x5DA99A) is unknown color: approx Keppel. HEX triplet: 5D, A9 and 9A. RGB value is (93,169,154). Sum of RGB (Red+Green+Blue) = 93+169+154=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA99A is #A25665. Grayscale: #909090. Windows color (decimal): -10638950 or 10135901. OLE color: 10135901.

HSL color Cylindrical-coordinate representation of color #5DA99A: hue angle of 168.16º 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 #5DA99A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB93169154-
CMYK0.4500.090.34
HSL168.16º30.65%51.37%-
HSV(B)168.16º44.97%66.27%-
XYZ24.5333.0435.66-
YUV144.57133.3291.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.36%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=22.36%
G=40.62%
B=37.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931691540.4500.090.34168.1630.6551.37
Hex5DA99A2D0922a81f33
Octal13525123255011422503763
Binary10111011010100110011010101101010011000101010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA99A;
 }
 .AnyTagClassName
 {
   color: #5DA99A;
 }
</style>
background-color css

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

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

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

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

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

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