#30B0BD

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

Shades of Light Sea Green #30B0BD

Tints of Light Sea Green #30B0BD

Color information

#30B0BD (or 0x30B0BD) is unknown color: approx Light Sea Green. HEX triplet: 30, B0 and BD. RGB value is (48,176,189). Sum of RGB (Red+Green+Blue) = 48+176+189=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #30B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0BD is #CF4F42. Grayscale: #8B8B8B. Windows color (decimal): -13586243 or 12431408. OLE color: 12431408.

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

Color convert

RGB48176189-
CMYK0.750.0700.26
HSL185.53º59.49%46.47%-
HSV(B)185.53º74.6%74.12%-
XYZ25.9335.3553.6-
YUV139.21156.0962.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.62%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=11.62%
G=42.62%
B=45.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481761890.750.0700.26185.5359.4946.47
Hex30B0BD4B701Aba3b2e
Octal6026027511370322727356
Binary1100001011000010111101100101111101101010111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,189); }

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

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

 a { background-color: rgb(48,176,189); }

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

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

 span { border-color: rgb(48,176,189); }

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