Html Css Color HEX #12A8B5 Light Sea Green

📋 copy color: '#12A8B5'

red 18 ◦ green 168 ◦ blue 181

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

Shades of Light Sea Green #12A8B5

Tints of Light Sea Green #12A8B5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.78%

 BLUE value IS 181 (71.09% from 255) = 49.32%

R = 4.9%
G = 45.78%
B = 49.32%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#12A8B5 (or 0x12A8B5) is known color: Light Sea Green. HEX triplet: 12, A8 and B5. RGB value is (18,168,181). Sum of RGB (Red+Green+Blue) = 18+168+181=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #12A8B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8B5 is #ED574A. Grayscale: #7C7C7C. Windows color (decimal): -15554379 or 11905042. OLE color: 11905042.

HSL color Cylindrical-coordinate representation of color #12A8B5: hue angle of 184.79º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A8B5 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 168 181 -
CMYK 0.90 0.07 0 0.29
HSL 184.79º 0.82% 0.39% -
HSV(B) 184.79º 0.9% 0.71% -
XYZ 22.59 31.47 48.6 -
YUV 124.63 159.81 51.94 -
System Red Green Blue C M Y K H S L
Decimal 18 168 181 0.90 0.07 0 0.29 184.79 0.82 0.39
Hex 12 A8 B5 5A 7 0 1D B9 52 27
Octal 22 250 265 132 7 0 35 271 122 47
Binary 10010 10101000 10110101 1011010 111 0 11101 10111001 1010010 100111

Color Harmonies of #12A8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8B5

Black with #12A8B5

Text Example


Text Example

White with #12A8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,181); }

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

background-color css

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

 a { background-color: rgb(18,168,181); }

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

border-color css

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

 span { border-color: rgb(18,168,181); }

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