Html Css Color HEX #12CDB3 Light Sea Green

📋 copy color: '#12CDB3'

red 18 ◦ green 205 ◦ blue 179

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

Shades of Light Sea Green #12CDB3

Tints of Light Sea Green #12CDB3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51%

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 4.48%
G = 51%
B = 44.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#12CDB3 (or 0x12CDB3) is known color: Light Sea Green. HEX triplet: 12, CD and B3. RGB value is (18,205,179). Sum of RGB (Red+Green+Blue) = 18+205+179=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDB3 is #ED324C. Grayscale: #929292. Windows color (decimal): -15544909 or 11783442. OLE color: 11783442.

HSL color Cylindrical-coordinate representation of color #12CDB3: hue angle of 171.66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CDB3 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 179 -
CMYK 0.91 0 0.13 0.20
HSL 171.66º 0.84% 0.44% -
HSV(B) 171.66º 0.91% 0.8% -
XYZ 30.22 47.05 50.14 -
YUV 146.12 146.55 36.61 -
System Red Green Blue C M Y K H S L
Decimal 18 205 179 0.91 0 0.13 0.20 171.66 0.84 0.44
Hex 12 CD B3 5B 0 D 14 AC 54 2C
Octal 22 315 263 133 0 15 24 254 124 54
Binary 10010 11001101 10110011 1011011 0 1101 10100 10101100 1010100 101100

Color Harmonies of #12CDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDB3

Black with #12CDB3

Text Example


Text Example

White with #12CDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,179); }

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

background-color css

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

 a { background-color: rgb(18,205,179); }

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

border-color css

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

 span { border-color: rgb(18,205,179); }

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