#38B8B6

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

Shades of Light Sea Green #38B8B6

Tints of Light Sea Green #38B8B6

Color information

#38B8B6 (or 0x38B8B6) is unknown color: approx Light Sea Green. HEX triplet: 38, B8 and B6. RGB value is (56,184,182). Sum of RGB (Red+Green+Blue) = 56+184+182=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #38B8B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B8B6 is #C74749. Grayscale: #919191. Windows color (decimal): -13059914 or 11974712. OLE color: 11974712.

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

Color convert

RGB56184182-
CMYK0.7000.010.28
HSL179.06º53.33%47.06%-
HSV(B)179.06º69.57%72.16%-
XYZ27.2138.550.25-
YUV145.5148.5964.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.27%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=13.27%
G=43.60%
B=43.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841820.7000.010.28179.0653.3347.06
Hex38B8B646011Cb3352f
Octal7027026610601342636557
Binary11100010111000101101101000110011110010110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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