#38ADA8

Color #38ADA8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #38ADA8

Tints of Light Sea Green #38ADA8

Color information

#38ADA8 (or 0x38ADA8) is unknown color: approx Light Sea Green. HEX triplet: 38, AD and A8. RGB value is (56,173,168). Sum of RGB (Red+Green+Blue) = 56+173+168=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #38ADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ADA8 is #C75257. Grayscale: #898989. Windows color (decimal): -13062744 or 11054392. OLE color: 11054392.

HSL color Cylindrical-coordinate representation of color #38ADA8: hue angle of 177.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38ADA8 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB56173168-
CMYK0.6800.030.32
HSL177.44º51.09%44.9%-
HSV(B)177.44º67.63%67.84%-
XYZ23.6433.5642.28-
YUV137.45145.2469.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=14.11%
G=43.58%
B=42.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731680.6800.030.32177.4451.0944.9
Hex38ADA8440320b1332d
Octal7025525010403402616355
Binary1110001010110110101000100010001110000010110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38ADA8; }

 p { color: rgb(56,173,168); }

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

<style>
 a { background-color: #38ADA8; }

 a { background-color: rgb(56,173,168); }

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

<style>
 span { border-color: #38ADA8; }

 span { border-color: rgb(56,173,168); }

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