#38ABA5

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

Shades of Light Sea Green #38ABA5

Tints of Light Sea Green #38ABA5

Color information

#38ABA5 (or 0x38ABA5) is unknown color: approx Light Sea Green. HEX triplet: 38, AB and A5. RGB value is (56,171,165). Sum of RGB (Red+Green+Blue) = 56+171+165=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #38ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABA5 is #C7545A. Grayscale: #878787. Windows color (decimal): -13063259 or 10857272. OLE color: 10857272.

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

Color convert

RGB56171165-
CMYK0.6700.040.33
HSL176.87º50.66%44.51%-
HSV(B)176.87º67.25%67.06%-
XYZ22.9932.6840.69-
YUV135.93144.470.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.29%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=14.29%
G=43.62%
B=42.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711650.6700.040.33176.8750.6644.51
Hex38ABA5430421b1332d
Octal7025324510304412616355
Binary11100010101011101001011000011010010000110110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,171,165); }

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

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

 a { background-color: rgb(56,171,165); }

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

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

 span { border-color: rgb(56,171,165); }

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