Html Css Color HEX #12DCA3 Caribbean Green

📋 copy color: '#12DCA3'

red 18 ◦ green 220 ◦ blue 163

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

Shades of Caribbean Green #12DCA3

Tints of Caribbean Green #12DCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.86%

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 4.49%
G = 54.86%
B = 40.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#12DCA3 (or 0x12DCA3) is known color: Caribbean Green. HEX triplet: 12, DC and A3. RGB value is (18,220,163). Sum of RGB (Red+Green+Blue) = 18+220+163=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCA3 is #ED235C. Grayscale: #999999. Windows color (decimal): -15541085 or 10738706. OLE color: 10738706.

HSL color Cylindrical-coordinate representation of color #12DCA3: hue angle of 163.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCA3 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 163 -
CMYK 0.92 0 0.26 0.14
HSL 163.07º 0.85% 0.47% -
HSV(B) 163.07º 0.92% 0.86% -
XYZ 32.45 53.96 43.36 -
YUV 153.1 133.58 31.63 -
System Red Green Blue C M Y K H S L
Decimal 18 220 163 0.92 0 0.26 0.14 163.07 0.85 0.47
Hex 12 DC A3 5C 0 1A E A3 55 2F
Octal 22 334 243 134 0 32 16 243 125 57
Binary 10010 11011100 10100011 1011100 0 11010 1110 10100011 1010101 101111

Color Harmonies of #12DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCA3

Black with #12DCA3

Text Example


Text Example

White with #12DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,163); }

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

background-color css

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

 a { background-color: rgb(18,220,163); }

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

border-color css

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

 span { border-color: rgb(18,220,163); }

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