Html Css Color HEX #30B7AC Light Sea Green

📋 copy color: '#30B7AC'

red 48 ◦ green 183 ◦ blue 172

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

Shades of Light Sea Green #30B7AC

Tints of Light Sea Green #30B7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 11.91%
G = 45.41%
B = 42.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#30B7AC (or 0x30B7AC) is known color: Light Sea Green. HEX triplet: 30, B7 and AC. RGB value is (48,183,172). Sum of RGB (Red+Green+Blue) = 48+183+172=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7AC is #CF4853. Grayscale: #8D8D8D. Windows color (decimal): -13584468 or 11319088. OLE color: 11319088.

HSL color Cylindrical-coordinate representation of color #30B7AC: hue angle of 175.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B7AC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 183 172 -
CMYK 0.74 0 0.06 0.28
HSL 175.11º 0.58% 0.45% -
HSV(B) 175.11º 0.74% 0.72% -
XYZ 25.6 37.47 44.91 -
YUV 141.38 145.27 61.39 -
System Red Green Blue C M Y K H S L
Decimal 48 183 172 0.74 0 0.06 0.28 175.11 0.58 0.45
Hex 30 B7 AC 4A 0 6 1C AF 3A 2D
Octal 60 267 254 112 0 6 34 257 72 55
Binary 110000 10110111 10101100 1001010 0 110 11100 10101111 111010 101101

Color Harmonies of #30B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B7AC

Black with #30B7AC

Text Example


Text Example

White with #30B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,183,172); }

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

background-color css

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

 a { background-color: rgb(48,183,172); }

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

border-color css

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

 span { border-color: rgb(48,183,172); }

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