#38B2B7

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

Shades of Light Sea Green #38B2B7

Tints of Light Sea Green #38B2B7

Color information

#38B2B7 (or 0x38B2B7) is unknown color: approx Light Sea Green. HEX triplet: 38, B2 and B7. RGB value is (56,178,183). Sum of RGB (Red+Green+Blue) = 56+178+183=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #38B2B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B2B7 is #C74D48. Grayscale: #8D8D8D. Windows color (decimal): -13061449 or 12038712. OLE color: 12038712.

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

Color convert

RGB56178183-
CMYK0.690.0300.28
HSL182.36º53.14%46.86%-
HSV(B)182.36º69.4%71.76%-
XYZ26.136.150.39-
YUV142.09151.0866.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.43%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=13.43%
G=42.69%
B=43.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561781830.690.0300.28182.3653.1446.86
Hex38B2B745301Cb6352f
Octal7026226710530342666557
Binary111000101100101011011110001011101110010110110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,183); }

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

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

 a { background-color: rgb(56,178,183); }

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

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

 span { border-color: rgb(56,178,183); }

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