Html Css Color HEX #12DFAC Caribbean Green

📋 copy color: '#12DFAC'

red 18 ◦ green 223 ◦ blue 172

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

Shades of Caribbean Green #12DFAC

Tints of Caribbean Green #12DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 4.36%
G = 54%
B = 41.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#12DFAC (or 0x12DFAC) is known color: Caribbean Green. HEX triplet: 12, DF and AC. RGB value is (18,223,172). Sum of RGB (Red+Green+Blue) = 18+223+172=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DFAC is #ED2053. Grayscale: #9B9B9B. Windows color (decimal): -15540308 or 11329298. OLE color: 11329298.

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

Color convert

RGB 18 223 172 -
CMYK 0.92 0 0.23 0.13
HSL 165.07º 0.85% 0.47% -
HSV(B) 165.07º 0.92% 0.87% -
XYZ 34.08 55.88 48.02 -
YUV 155.89 137.08 29.65 -
System Red Green Blue C M Y K H S L
Decimal 18 223 172 0.92 0 0.23 0.13 165.07 0.85 0.47
Hex 12 DF AC 5C 0 17 D A5 55 2F
Octal 22 337 254 134 0 27 15 245 125 57
Binary 10010 11011111 10101100 1011100 0 10111 1101 10100101 1010101 101111

Color Harmonies of #12DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFAC

Black with #12DFAC

Text Example


Text Example

White with #12DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,172); }

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

background-color css

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

 a { background-color: rgb(18,223,172); }

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

border-color css

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

 span { border-color: rgb(18,223,172); }

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