Html Css Color HEX #30BCAD Light Sea Green

📋 copy color: '#30BCAD'

red 48 ◦ green 188 ◦ blue 173

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

Shades of Light Sea Green #30BCAD

Tints of Light Sea Green #30BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 11.74%
G = 45.97%
B = 42.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#30BCAD (or 0x30BCAD) is known color: Light Sea Green. HEX triplet: 30, BC and AD. RGB value is (48,188,173). Sum of RGB (Red+Green+Blue) = 48+188+173=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BCAD is #CF4352. Grayscale: #909090. Windows color (decimal): -13583187 or 11385904. OLE color: 11385904.

HSL color Cylindrical-coordinate representation of color #30BCAD: hue angle of 173.57º 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 #30BCAD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 188 173 -
CMYK 0.74 0 0.08 0.26
HSL 173.57º 0.59% 0.46% -
HSV(B) 173.57º 0.74% 0.74% -
XYZ 26.74 39.61 45.77 -
YUV 144.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 48 188 173 0.74 0 0.08 0.26 173.57 0.59 0.46
Hex 30 BC AD 4A 0 8 1A AE 3B 2E
Octal 60 274 255 112 0 10 32 256 73 56
Binary 110000 10111100 10101101 1001010 0 1000 11010 10101110 111011 101110

Color Harmonies of #30BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCAD

Black with #30BCAD

Text Example


Text Example

White with #30BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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