Html Css Color HEX #30AFAB Light Sea Green

📋 copy color: '#30AFAB'

red 48 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #30AFAB

Tints of Light Sea Green #30AFAB

RGB

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

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

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

R = 12.18%
G = 44.42%
B = 43.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#30AFAB (or 0x30AFAB) is known color: Light Sea Green. HEX triplet: 30, AF and AB. RGB value is (48,175,171). Sum of RGB (Red+Green+Blue) = 48+175+171=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #30AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFAB is #CF5054. Grayscale: #888888. Windows color (decimal): -13586517 or 11251504. OLE color: 11251504.

HSL color Cylindrical-coordinate representation of color #30AFAB: hue angle of 178.11º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AFAB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 171 -
CMYK 0.73 0 0.02 0.31
HSL 178.11º 0.57% 0.44% -
HSV(B) 178.11º 0.73% 0.69% -
XYZ 23.9 34.23 43.88 -
YUV 136.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 48 175 171 0.73 0 0.02 0.31 178.11 0.57 0.44
Hex 30 AF AB 49 0 2 1F B2 39 2C
Octal 60 257 253 111 0 2 37 262 71 54
Binary 110000 10101111 10101011 1001001 0 10 11111 10110010 111001 101100

Color Harmonies of #30AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFAB

Black with #30AFAB

Text Example


Text Example

White with #30AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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