Html Css Color HEX #30BDBB Light Sea Green

📋 copy color: '#30BDBB'

red 48 ◦ green 189 ◦ blue 187

#30BDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30BDBB

Tints of Light Sea Green #30BDBB

RGB

 RED value IS 48 (19.14% from 255) = 11.32%

 GREEN value IS 189 (74.22% from 255) = 44.58%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 11.32%
G = 44.58%
B = 44.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#30BDBB (or 0x30BDBB) is known color: Light Sea Green. HEX triplet: 30, BD and BB. RGB value is (48,189,187). Sum of RGB (Red+Green+Blue) = 48+189+187=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDBB is #CF4244. Grayscale: #929292. Windows color (decimal): -13582917 or 12303664. OLE color: 12303664.

HSL color Cylindrical-coordinate representation of color #30BDBB: hue angle of 179.15º 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 #30BDBB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 189 187 -
CMYK 0.75 0 0.01 0.26
HSL 179.15º 0.59% 0.46% -
HSV(B) 179.15º 0.75% 0.74% -
XYZ 28.39 40.61 53.36 -
YUV 146.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 48 189 187 0.75 0 0.01 0.26 179.15 0.59 0.46
Hex 30 BD BB 4B 0 1 1A B3 3B 2E
Octal 60 275 273 113 0 1 32 263 73 56
Binary 110000 10111101 10111011 1001011 0 1 11010 10110011 111011 101110

Color Harmonies of #30BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDBB

Black with #30BDBB

Text Example


Text Example

White with #30BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30BDBB;
 }
 .AnyTagClassName
 {
   color: #30BDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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