#30B5BB

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

Shades of Light Sea Green #30B5BB

Tints of Light Sea Green #30B5BB

Color information

#30B5BB (or 0x30B5BB) is unknown color: approx Light Sea Green. HEX triplet: 30, B5 and BB. RGB value is (48,181,187). Sum of RGB (Red+Green+Blue) = 48+181+187=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #30B5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5BB is #CF4A44. Grayscale: #8D8D8D. Windows color (decimal): -13584965 or 12301616. OLE color: 12301616.

HSL color Cylindrical-coordinate representation of color #30B5BB: hue angle of 182.59º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B5BB is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48181187-
CMYK0.740.0300.27
HSL182.59º59.15%46.08%-
HSV(B)182.59º74.33%73.33%-
XYZ26.7137.2652.8-
YUV141.92153.4461.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.54%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=11.54%
G=43.51%
B=44.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481811870.740.0300.27182.5959.1546.08
Hex30B5BB4A301Bb73b2e
Octal6026527311230332677356
Binary110000101101011011101110010101101101110110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B5BB; }

 p { color: rgb(48,181,187); }

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

<style>
 a { background-color: #30B5BB; }

 a { background-color: rgb(48,181,187); }

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

<style>
 span { border-color: #30B5BB; }

 span { border-color: rgb(48,181,187); }

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