Html Css Color HEX #12B9AF Light Sea Green

📋 copy color: '#12B9AF'

red 18 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #12B9AF

Tints of Light Sea Green #12B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

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

R = 4.76%
G = 48.94%
B = 46.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#12B9AF (or 0x12B9AF) is known color: Light Sea Green. HEX triplet: 12, B9 and AF. RGB value is (18,185,175). Sum of RGB (Red+Green+Blue) = 18+185+175=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #12B9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B9AF is #ED4650. Grayscale: #858585. Windows color (decimal): -15550033 or 11516178. OLE color: 11516178.

HSL color Cylindrical-coordinate representation of color #12B9AF: hue angle of 176.41º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B9AF is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 175 -
CMYK 0.90 0 0.05 0.27
HSL 176.41º 0.82% 0.4% -
HSV(B) 176.41º 0.9% 0.73% -
XYZ 25.34 37.92 46.54 -
YUV 133.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 18 185 175 0.90 0 0.05 0.27 176.41 0.82 0.4
Hex 12 B9 AF 5A 0 5 1B B0 52 28
Octal 22 271 257 132 0 5 33 260 122 50
Binary 10010 10111001 10101111 1011010 0 101 11011 10110000 1010010 101000

Color Harmonies of #12B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9AF

Black with #12B9AF

Text Example


Text Example

White with #12B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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