Html Css Color HEX #30AFBA Light Sea Green

📋 copy color: '#30AFBA'

red 48 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #30AFBA

Tints of Light Sea Green #30AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 11.74%
G = 42.79%
B = 45.48%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30AFBA (or 0x30AFBA) is known color: Light Sea Green. HEX triplet: 30, AF and BA. RGB value is (48,175,186). Sum of RGB (Red+Green+Blue) = 48+175+186=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #30AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFBA is #CF5045. Grayscale: #8A8A8A. Windows color (decimal): -13586502 or 12234544. OLE color: 12234544.

HSL color Cylindrical-coordinate representation of color #30AFBA: hue angle of 184.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 #30AFBA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 175 186 -
CMYK 0.74 0.06 0 0.27
HSL 184.78º 0.59% 0.46% -
HSV(B) 184.78º 0.74% 0.73% -
XYZ 25.41 34.83 51.84 -
YUV 138.28 154.92 63.61 -
System Red Green Blue C M Y K H S L
Decimal 48 175 186 0.74 0.06 0 0.27 184.78 0.59 0.46
Hex 30 AF BA 4A 6 0 1B B9 3B 2E
Octal 60 257 272 112 6 0 33 271 73 56
Binary 110000 10101111 10111010 1001010 110 0 11011 10111001 111011 101110

Color Harmonies of #30AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFBA

Black with #30AFBA

Text Example


Text Example

White with #30AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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