#38BBB6

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

Shades of Light Sea Green #38BBB6

Tints of Light Sea Green #38BBB6

Color information

#38BBB6 (or 0x38BBB6) is unknown color: approx Light Sea Green. HEX triplet: 38, BB and B6. RGB value is (56,187,182). Sum of RGB (Red+Green+Blue) = 56+187+182=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBB6 is #C74449. Grayscale: #939393. Windows color (decimal): -13059146 or 11975480. OLE color: 11975480.

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

Color convert

RGB56187182-
CMYK0.7000.030.27
HSL177.71º53.91%47.65%-
HSV(B)177.71º70.05%73.33%-
XYZ27.8439.7650.46-
YUV147.26147.662.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=13.18%
G=44%
B=42.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561871820.7000.030.27177.7153.9147.65
Hex38BBB646031Bb23630
Octal7027326610603332626660
Binary111000101110111011011010001100111101110110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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