Html Css Color HEX #30BBBC Light Sea Green

📋 copy color: '#30BBBC'

red 48 ◦ green 187 ◦ blue 188

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

Shades of Light Sea Green #30BBBC

Tints of Light Sea Green #30BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 11.35%
G = 44.21%
B = 44.44%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#30BBBC (or 0x30BBBC) is known color: Light Sea Green. HEX triplet: 30, BB and BC. RGB value is (48,187,188). Sum of RGB (Red+Green+Blue) = 48+187+188=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #30BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBBC is #CF4443. Grayscale: #919191. Windows color (decimal): -13583428 or 12368688. OLE color: 12368688.

HSL color Cylindrical-coordinate representation of color #30BBBC: hue angle of 180.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBBC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 187 188 -
CMYK 0.74 0.01 0 0.26
HSL 180.43º 0.59% 0.46% -
HSV(B) 180.43º 0.74% 0.74% -
XYZ 28.07 39.8 53.78 -
YUV 145.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 48 187 188 0.74 0.01 0 0.26 180.43 0.59 0.46
Hex 30 BB BC 4A 1 0 1A B4 3B 2E
Octal 60 273 274 112 1 0 32 264 73 56
Binary 110000 10111011 10111100 1001010 1 0 11010 10110100 111011 101110

Color Harmonies of #30BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBBC

Black with #30BBBC

Text Example


Text Example

White with #30BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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