Html Css Color HEX #30BBBF Light Sea Green

📋 copy color: '#30BBBF'

red 48 ◦ green 187 ◦ blue 191

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

Shades of Light Sea Green #30BBBF

Tints of Light Sea Green #30BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

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

R = 11.27%
G = 43.9%
B = 44.84%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30BBBF (or 0x30BBBF) is known color: Light Sea Green. HEX triplet: 30, BB and BF. RGB value is (48,187,191). Sum of RGB (Red+Green+Blue) = 48+187+191=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #30BBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBBF is #CF4440. Grayscale: #919191. Windows color (decimal): -13583425 or 12565296. OLE color: 12565296.

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

Color convert

RGB 48 187 191 -
CMYK 0.75 0.02 0 0.25
HSL 181.68º 0.6% 0.47% -
HSV(B) 181.68º 0.75% 0.75% -
XYZ 28.39 39.93 55.5 -
YUV 145.9 153.45 58.17 -
System Red Green Blue C M Y K H S L
Decimal 48 187 191 0.75 0.02 0 0.25 181.68 0.6 0.47
Hex 30 BB BF 4B 2 0 19 B6 3C 2F
Octal 60 273 277 113 2 0 31 266 74 57
Binary 110000 10111011 10111111 1001011 10 0 11001 10110110 111100 101111

Color Harmonies of #30BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBBF

Black with #30BBBF

Text Example


Text Example

White with #30BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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