Html Css Color HEX #30B7AB Light Sea Green

📋 copy color: '#30B7AB'

red 48 ◦ green 183 ◦ blue 171

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

Shades of Light Sea Green #30B7AB

Tints of Light Sea Green #30B7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 11.94%
G = 45.52%
B = 42.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#30B7AB (or 0x30B7AB) is known color: Light Sea Green. HEX triplet: 30, B7 and AB. RGB value is (48,183,171). Sum of RGB (Red+Green+Blue) = 48+183+171=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7AB is #CF4854. Grayscale: #8D8D8D. Windows color (decimal): -13584469 or 11253552. OLE color: 11253552.

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

Color convert

RGB 48 183 171 -
CMYK 0.74 0 0.07 0.28
HSL 174.67º 0.58% 0.45% -
HSV(B) 174.67º 0.74% 0.72% -
XYZ 25.5 37.44 44.41 -
YUV 141.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 48 183 171 0.74 0 0.07 0.28 174.67 0.58 0.45
Hex 30 B7 AB 4A 0 7 1C AF 3A 2D
Octal 60 267 253 112 0 7 34 257 72 55
Binary 110000 10110111 10101011 1001010 0 111 11100 10101111 111010 101101

Color Harmonies of #30B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B7AB

Black with #30B7AB

Text Example


Text Example

White with #30B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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