Html Css Color HEX #30BCBA Light Sea Green

📋 copy color: '#30BCBA'

red 48 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #30BCBA

Tints of Light Sea Green #30BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 11.37%
G = 44.55%
B = 44.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#30BCBA (or 0x30BCBA) is known color: Light Sea Green. HEX triplet: 30, BC and BA. RGB value is (48,188,186). Sum of RGB (Red+Green+Blue) = 48+188+186=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCBA is #CF4345. Grayscale: #919191. Windows color (decimal): -13583174 or 12237872. OLE color: 12237872.

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

Color convert

RGB 48 188 186 -
CMYK 0.74 0 0.01 0.26
HSL 179.14º 0.59% 0.46% -
HSV(B) 179.14º 0.74% 0.74% -
XYZ 28.07 40.14 52.72 -
YUV 145.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 48 188 186 0.74 0 0.01 0.26 179.14 0.59 0.46
Hex 30 BC BA 4A 0 1 1A B3 3B 2E
Octal 60 274 272 112 0 1 32 263 73 56
Binary 110000 10111100 10111010 1001010 0 1 11010 10110011 111011 101110

Color Harmonies of #30BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCBA

Black with #30BCBA

Text Example


Text Example

White with #30BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,186); }

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

background-color css

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

 a { background-color: rgb(48,188,186); }

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

border-color css

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

 span { border-color: rgb(48,188,186); }

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