Html Css Color HEX #30BCBE Light Sea Green

📋 copy color: '#30BCBE'

red 48 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #30BCBE

Tints of Light Sea Green #30BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 11.27%
G = 44.13%
B = 44.6%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30BCBE (or 0x30BCBE) is known color: Light Sea Green. HEX triplet: 30, BC and BE. RGB value is (48,188,190). Sum of RGB (Red+Green+Blue) = 48+188+190=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #30BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCBE is #CF4341. Grayscale: #929292. Windows color (decimal): -13583170 or 12500016. OLE color: 12500016.

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

Color convert

RGB 48 188 190 -
CMYK 0.75 0.01 0 0.25
HSL 180.85º 0.6% 0.47% -
HSV(B) 180.85º 0.75% 0.75% -
XYZ 28.5 40.31 54.99 -
YUV 146.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 48 188 190 0.75 0.01 0 0.25 180.85 0.6 0.47
Hex 30 BC BE 4B 1 0 19 B5 3C 2F
Octal 60 274 276 113 1 0 31 265 74 57
Binary 110000 10111100 10111110 1001011 1 0 11001 10110101 111100 101111

Color Harmonies of #30BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCBE

Black with #30BCBE

Text Example


Text Example

White with #30BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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