Html Css Color HEX #30BAB6 Light Sea Green

📋 copy color: '#30BAB6'

red 48 ◦ green 186 ◦ blue 182

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

Shades of Light Sea Green #30BAB6

Tints of Light Sea Green #30BAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 11.54%
G = 44.71%
B = 43.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#30BAB6 (or 0x30BAB6) is known color: Light Sea Green. HEX triplet: 30, BA and B6. RGB value is (48,186,182). Sum of RGB (Red+Green+Blue) = 48+186+182=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAB6 is #CF4549. Grayscale: #909090. Windows color (decimal): -13583690 or 11975216. OLE color: 11975216.

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

Color convert

RGB 48 186 182 -
CMYK 0.74 0 0.02 0.27
HSL 178.26º 0.59% 0.46% -
HSV(B) 178.26º 0.74% 0.73% -
XYZ 27.22 39.12 50.37 -
YUV 144.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 48 186 182 0.74 0 0.02 0.27 178.26 0.59 0.46
Hex 30 BA B6 4A 0 2 1B B2 3B 2E
Octal 60 272 266 112 0 2 33 262 73 56
Binary 110000 10111010 10110110 1001010 0 10 11011 10110010 111011 101110

Color Harmonies of #30BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAB6

Black with #30BAB6

Text Example


Text Example

White with #30BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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