#38B7B3

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

Shades of Light Sea Green #38B7B3

Tints of Light Sea Green #38B7B3

Color information

#38B7B3 (or 0x38B7B3) is unknown color: approx Light Sea Green. HEX triplet: 38, B7 and B3. RGB value is (56,183,179). Sum of RGB (Red+Green+Blue) = 56+183+179=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #38B7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B7B3 is #C7484C. Grayscale: #909090. Windows color (decimal): -13060173 or 11777848. OLE color: 11777848.

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

Color convert

RGB56183179-
CMYK0.6900.020.28
HSL178.11º53.14%46.86%-
HSV(B)178.11º69.4%71.76%-
XYZ26.737.9648.57-
YUV144.57147.4264.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.40%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=13.40%
G=43.78%
B=42.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831790.6900.020.28178.1153.1446.86
Hex38B7B345021Cb2352f
Octal7026726310502342626557
Binary111000101101111011001110001010101110010110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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