Html Css Color HEX #30BABA Light Sea Green

📋 copy color: '#30BABA'

red 48 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #30BABA

Tints of Light Sea Green #30BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 11.43%
G = 44.29%
B = 44.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30BABA (or 0x30BABA) is known color: Light Sea Green. HEX triplet: 30, BA and BA. RGB value is (48,186,186). Sum of RGB (Red+Green+Blue) = 48+186+186=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #30BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BABA is #CF4545. Grayscale: #909090. Windows color (decimal): -13583686 or 12237360. OLE color: 12237360.

HSL color Cylindrical-coordinate representation of color #30BABA: hue angle of 180º 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 #30BABA is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 186 -
CMYK 0.74 0 0 0.27
HSL 180º 0.59% 0.46% -
HSV(B) 180º 0.74% 0.73% -
XYZ 27.64 39.29 52.58 -
YUV 144.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 48 186 186 0.74 0 0 0.27 180 0.59 0.46
Hex 30 BA BA 4A 0 0 1B B4 3B 2E
Octal 60 272 272 112 0 0 33 264 73 56
Binary 110000 10111010 10111010 1001010 0 0 11011 10110100 111011 101110

Color Harmonies of #30BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BABA

Black with #30BABA

Text Example


Text Example

White with #30BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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