Html Css Color HEX #30C1BA Light Sea Green

📋 copy color: '#30C1BA'

red 48 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #30C1BA

Tints of Light Sea Green #30C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

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

R = 11.24%
G = 45.2%
B = 43.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#30C1BA (or 0x30C1BA) is known color: Light Sea Green. HEX triplet: 30, C1 and BA. RGB value is (48,193,186). Sum of RGB (Red+Green+Blue) = 48+193+186=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #30C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C1BA is #CF3E45. Grayscale: #949494. Windows color (decimal): -13581894 or 12239152. OLE color: 12239152.

HSL color Cylindrical-coordinate representation of color #30C1BA: hue angle of 177.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C1BA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 193 186 -
CMYK 0.75 0 0.04 0.24
HSL 177.1º 0.6% 0.47% -
HSV(B) 177.1º 0.75% 0.76% -
XYZ 29.15 42.31 53.09 -
YUV 148.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 48 193 186 0.75 0 0.04 0.24 177.1 0.6 0.47
Hex 30 C1 BA 4B 0 4 18 B1 3C 2F
Octal 60 301 272 113 0 4 30 261 74 57
Binary 110000 11000001 10111010 1001011 0 100 11000 10110001 111100 101111

Color Harmonies of #30C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C1BA

Black with #30C1BA

Text Example


Text Example

White with #30C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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