Html Css Color HEX #12ADAF Light Sea Green

📋 copy color: '#12ADAF'

red 18 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #12ADAF

Tints of Light Sea Green #12ADAF

RGB

 RED value IS 18 (7.42% from 255) = 4.92%

 GREEN value IS 173 (67.97% from 255) = 47.27%

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 4.92%
G = 47.27%
B = 47.81%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#12ADAF (or 0x12ADAF) is known color: Light Sea Green. HEX triplet: 12, AD and AF. RGB value is (18,173,175). Sum of RGB (Red+Green+Blue) = 18+173+175=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #12ADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ADAF is #ED5250. Grayscale: #7E7E7E. Windows color (decimal): -15553105 or 11513106. OLE color: 11513106.

HSL color Cylindrical-coordinate representation of color #12ADAF: hue angle of 180.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ADAF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 173 175 -
CMYK 0.90 0.01 0 0.31
HSL 180.76º 0.81% 0.38% -
HSV(B) 180.76º 0.9% 0.69% -
XYZ 22.93 33.11 45.74 -
YUV 126.88 155.15 50.34 -
System Red Green Blue C M Y K H S L
Decimal 18 173 175 0.90 0.01 0 0.31 180.76 0.81 0.38
Hex 12 AD AF 5A 1 0 1F B5 51 26
Octal 22 255 257 132 1 0 37 265 121 46
Binary 10010 10101101 10101111 1011010 1 0 11111 10110101 1010001 100110

Color Harmonies of #12ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADAF

Black with #12ADAF

Text Example


Text Example

White with #12ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12ADAF; }

 p { color: rgb(18,173,175); }

 H1.HeaderClassName
 {
   color: #12ADAF;
 }
 .AnyTagClassName
 {
   color: #12ADAF;
 }
</style>

background-color css

<style>
 a { background-color: #12ADAF; }

 a { background-color: rgb(18,173,175); }

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

border-color css

<style>
 span { border-color: #12ADAF; }

 span { border-color: rgb(18,173,175); }

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