#38B9AE

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

Shades of Light Sea Green #38B9AE

Tints of Light Sea Green #38B9AE

Color information

#38B9AE (or 0x38B9AE) is unknown color: approx Light Sea Green. HEX triplet: 38, B9 and AE. RGB value is (56,185,174). Sum of RGB (Red+Green+Blue) = 56+185+174=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #38B9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B9AE is #C74651. Grayscale: #919191. Windows color (decimal): -13059666 or 11450680. OLE color: 11450680.

HSL color Cylindrical-coordinate representation of color #38B9AE: hue angle of 174.88º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B9AE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB56185174-
CMYK0.7000.060.27
HSL174.88º53.53%47.25%-
HSV(B)174.88º69.73%72.55%-
XYZ26.6238.5946.09-
YUV145.18144.2664.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.49%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=13.49%
G=44.58%
B=41.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561851740.7000.060.27174.8853.5347.25
Hex38B9AE46061Baf362f
Octal7027125610606332576657
Binary1110001011100110101110100011001101101110101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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