Html Css Color HEX #30BDB6 Light Sea Green

📋 copy color: '#30BDB6'

red 48 ◦ green 189 ◦ blue 182

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

Shades of Light Sea Green #30BDB6

Tints of Light Sea Green #30BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

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

R = 11.46%
G = 45.11%
B = 43.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#30BDB6 (or 0x30BDB6) is known color: Light Sea Green. HEX triplet: 30, BD and B6. RGB value is (48,189,182). Sum of RGB (Red+Green+Blue) = 48+189+182=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDB6 is #CF4249. Grayscale: #919191. Windows color (decimal): -13582922 or 11975984. OLE color: 11975984.

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

Color convert

RGB 48 189 182 -
CMYK 0.75 0 0.04 0.26
HSL 177.02º 0.59% 0.46% -
HSV(B) 177.02º 0.75% 0.74% -
XYZ 27.86 40.4 50.59 -
YUV 146.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 48 189 182 0.75 0 0.04 0.26 177.02 0.59 0.46
Hex 30 BD B6 4B 0 4 1A B1 3B 2E
Octal 60 275 266 113 0 4 32 261 73 56
Binary 110000 10111101 10110110 1001011 0 100 11010 10110001 111011 101110

Color Harmonies of #30BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDB6

Black with #30BDB6

Text Example


Text Example

White with #30BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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