#38B8B1

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

Shades of Light Sea Green #38B8B1

Tints of Light Sea Green #38B8B1

Color information

#38B8B1 (or 0x38B8B1) is unknown color: approx Light Sea Green. HEX triplet: 38, B8 and B1. RGB value is (56,184,177). Sum of RGB (Red+Green+Blue) = 56+184+177=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #38B8B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B8B1 is #C7474E. Grayscale: #909090. Windows color (decimal): -13059919 or 11647032. OLE color: 11647032.

HSL color Cylindrical-coordinate representation of color #38B8B1: hue angle of 176.72º 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 #38B8B1 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB56184177-
CMYK0.7000.040.28
HSL176.72º53.33%47.06%-
HSV(B)176.72º69.57%72.16%-
XYZ26.7138.347.58-
YUV144.93146.0964.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.43%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=13.43%
G=44.12%
B=42.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841770.7000.040.28176.7253.3347.06
Hex38B8B146041Cb1352f
Octal7027026110604342616557
Binary1110001011100010110001100011001001110010110001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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