#38B8AE

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

Shades of Light Sea Green #38B8AE

Tints of Light Sea Green #38B8AE

Color information

#38B8AE (or 0x38B8AE) is unknown color: approx Light Sea Green. HEX triplet: 38, B8 and AE. RGB value is (56,184,174). Sum of RGB (Red+Green+Blue) = 56+184+174=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #38B8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B8AE is #C74751. Grayscale: #909090. Windows color (decimal): -13059922 or 11450424. OLE color: 11450424.

HSL color Cylindrical-coordinate representation of color #38B8AE: hue angle of 175.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B8AE is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB56184174-
CMYK0.7000.050.28
HSL175.31º53.33%47.06%-
HSV(B)175.31º69.57%72.16%-
XYZ26.4138.1846.02-
YUV144.59144.5964.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.53%
GREEN value IS 184 (72.27% from 255) = 44.44%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=13.53%
G=44.44%
B=42.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841740.7000.050.28175.3153.3347.06
Hex38B8AE46051Caf352f
Octal7027025610605342576557
Binary1110001011100010101110100011001011110010101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,184,174); }

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

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

 a { background-color: rgb(56,184,174); }

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

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

 span { border-color: rgb(56,184,174); }

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