Html Css Color HEX #30BAAE Light Sea Green

📋 copy color: '#30BAAE'

red 48 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #30BAAE

Tints of Light Sea Green #30BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 11.76%
G = 45.59%
B = 42.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#30BAAE (or 0x30BAAE) is known color: Light Sea Green. HEX triplet: 30, BA and AE. RGB value is (48,186,174). Sum of RGB (Red+Green+Blue) = 48+186+174=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAE is #CF4551. Grayscale: #8F8F8F. Windows color (decimal): -13583698 or 11450928. OLE color: 11450928.

HSL color Cylindrical-coordinate representation of color #30BAAE: hue angle of 174.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAAE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 174 -
CMYK 0.74 0 0.06 0.27
HSL 174.78º 0.59% 0.46% -
HSV(B) 174.78º 0.74% 0.73% -
XYZ 26.42 38.8 46.14 -
YUV 143.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 48 186 174 0.74 0 0.06 0.27 174.78 0.59 0.46
Hex 30 BA AE 4A 0 6 1B AF 3B 2E
Octal 60 272 256 112 0 6 33 257 73 56
Binary 110000 10111010 10101110 1001010 0 110 11011 10101111 111011 101110

Color Harmonies of #30BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAAE

Black with #30BAAE

Text Example


Text Example

White with #30BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,174); }

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

background-color css

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

 a { background-color: rgb(48,186,174); }

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

border-color css

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

 span { border-color: rgb(48,186,174); }

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