#38A8AB

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

Shades of Light Sea Green #38A8AB

Tints of Light Sea Green #38A8AB

Color information

#38A8AB (or 0x38A8AB) is unknown color: approx Light Sea Green. HEX triplet: 38, A8 and AB. RGB value is (56,168,171). Sum of RGB (Red+Green+Blue) = 56+168+171=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A8AB is #C75754. Grayscale: #868686. Windows color (decimal): -13064021 or 11249720. OLE color: 11249720.

HSL color Cylindrical-coordinate representation of color #38A8AB: hue angle of 181.57º 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 #38A8AB is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56168171-
CMYK0.670.0200.33
HSL181.57º50.66%44.51%-
HSV(B)181.57º67.25%67.06%-
XYZ22.9831.7943.45-
YUV134.85148.3971.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=14.18%
G=42.53%
B=43.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561681710.670.0200.33181.5750.6644.51
Hex38A8AB432021b6332d
Octal7025025310320412666355
Binary1110001010100010101011100001110010000110110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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