Html Css Color HEX #12DC80 Caribbean Green

📋 copy color: '#12DC80'

red 18 ◦ green 220 ◦ blue 128

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

Shades of Caribbean Green #12DC80

Tints of Caribbean Green #12DC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 4.92%
G = 60.11%
B = 34.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#12DC80 (or 0x12DC80) is known color: Caribbean Green. HEX triplet: 12, DC and 80. RGB value is (18,220,128). Sum of RGB (Red+Green+Blue) = 18+220+128=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC80 is #ED237F. Grayscale: #959595. Windows color (decimal): -15541120 or 8444946. OLE color: 8444946.

HSL color Cylindrical-coordinate representation of color #12DC80: hue angle of 152.67º 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 #12DC80 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 128 -
CMYK 0.92 0 0.42 0.14
HSL 152.67º 0.85% 0.47% -
HSV(B) 152.67º 0.92% 0.86% -
XYZ 29.74 52.87 29.06 -
YUV 149.11 116.08 34.48 -
System Red Green Blue C M Y K H S L
Decimal 18 220 128 0.92 0 0.42 0.14 152.67 0.85 0.47
Hex 12 DC 80 5C 0 2A E 99 55 2F
Octal 22 334 200 134 0 52 16 231 125 57
Binary 10010 11011100 10000000 1011100 0 101010 1110 10011001 1010101 101111

Color Harmonies of #12DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC80

Black with #12DC80

Text Example


Text Example

White with #12DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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