Html Css Color HEX #30BDBA Light Sea Green

📋 copy color: '#30BDBA'

red 48 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #30BDBA

Tints of Light Sea Green #30BDBA

RGB

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

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

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

R = 11.35%
G = 44.68%
B = 43.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#30BDBA (or 0x30BDBA) is known color: Light Sea Green. HEX triplet: 30, BD and BA. RGB value is (48,189,186). Sum of RGB (Red+Green+Blue) = 48+189+186=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDBA is #CF4245. Grayscale: #929292. Windows color (decimal): -13582918 or 12238128. OLE color: 12238128.

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

Color convert

RGB 48 189 186 -
CMYK 0.75 0 0.02 0.26
HSL 178.72º 0.59% 0.46% -
HSV(B) 178.72º 0.75% 0.74% -
XYZ 28.28 40.57 52.79 -
YUV 146.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 48 189 186 0.75 0 0.02 0.26 178.72 0.59 0.46
Hex 30 BD BA 4B 0 2 1A B3 3B 2E
Octal 60 275 272 113 0 2 32 263 73 56
Binary 110000 10111101 10111010 1001011 0 10 11010 10110011 111011 101110

Color Harmonies of #30BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDBA

Black with #30BDBA

Text Example


Text Example

White with #30BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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