Html Css Color HEX #30A7A0 Light Sea Green

📋 copy color: '#30A7A0'

red 48 ◦ green 167 ◦ blue 160

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

Shades of Light Sea Green #30A7A0

Tints of Light Sea Green #30A7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 12.8%
G = 44.53%
B = 42.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#30A7A0 (or 0x30A7A0) is known color: Light Sea Green. HEX triplet: 30, A7 and A0. RGB value is (48,167,160). Sum of RGB (Red+Green+Blue) = 48+167+160=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #30A7A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A7A0 is #CF585F. Grayscale: #828282. Windows color (decimal): -13588576 or 10528560. OLE color: 10528560.

HSL color Cylindrical-coordinate representation of color #30A7A0: hue angle of 176.47º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A7A0 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 167 160 -
CMYK 0.71 0 0.04 0.35
HSL 176.47º 0.55% 0.42% -
HSV(B) 176.47º 0.71% 0.65% -
XYZ 21.38 30.8 38.08 -
YUV 130.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 48 167 160 0.71 0 0.04 0.35 176.47 0.55 0.42
Hex 30 A7 A0 47 0 4 23 B0 37 2A
Octal 60 247 240 107 0 4 43 260 67 52
Binary 110000 10100111 10100000 1000111 0 100 100011 10110000 110111 101010

Color Harmonies of #30A7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A7A0

Black with #30A7A0

Text Example


Text Example

White with #30A7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,167,160); }

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

background-color css

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

 a { background-color: rgb(48,167,160); }

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

border-color css

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

 span { border-color: rgb(48,167,160); }

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