Html Css Color HEX #30BABF Light Sea Green

📋 copy color: '#30BABF'

red 48 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #30BABF

Tints of Light Sea Green #30BABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 11.29%
G = 43.76%
B = 44.94%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30BABF (or 0x30BABF) is known color: Light Sea Green. HEX triplet: 30, BA and BF. RGB value is (48,186,191). Sum of RGB (Red+Green+Blue) = 48+186+191=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #30BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BABF is #CF4540. Grayscale: #919191. Windows color (decimal): -13583681 or 12565040. OLE color: 12565040.

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

Color convert

RGB 48 186 191 -
CMYK 0.75 0.03 0 0.25
HSL 182.1º 0.6% 0.47% -
HSV(B) 182.1º 0.75% 0.75% -
XYZ 28.18 39.51 55.43 -
YUV 145.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 48 186 191 0.75 0.03 0 0.25 182.1 0.6 0.47
Hex 30 BA BF 4B 3 0 19 B6 3C 2F
Octal 60 272 277 113 3 0 31 266 74 57
Binary 110000 10111010 10111111 1001011 11 0 11001 10110110 111100 101111

Color Harmonies of #30BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BABF

Black with #30BABF

Text Example


Text Example

White with #30BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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