Html Css Color HEX #12D0AC Caribbean Green

📋 copy color: '#12D0AC'

red 18 ◦ green 208 ◦ blue 172

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

Shades of Caribbean Green #12D0AC

Tints of Caribbean Green #12D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.26%

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

R = 4.52%
G = 52.26%
B = 43.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#12D0AC (or 0x12D0AC) is known color: Caribbean Green. HEX triplet: 12, D0 and AC. RGB value is (18,208,172). Sum of RGB (Red+Green+Blue) = 18+208+172=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D0AC is #ED2F53. Grayscale: #939393. Windows color (decimal): -15544148 or 11325458. OLE color: 11325458.

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

Color convert

RGB 18 208 172 -
CMYK 0.91 0 0.17 0.18
HSL 168.63º 0.84% 0.44% -
HSV(B) 168.63º 0.91% 0.82% -
XYZ 30.25 48.22 46.74 -
YUV 147.09 142.05 35.93 -
System Red Green Blue C M Y K H S L
Decimal 18 208 172 0.91 0 0.17 0.18 168.63 0.84 0.44
Hex 12 D0 AC 5B 0 11 12 A9 54 2C
Octal 22 320 254 133 0 21 22 251 124 54
Binary 10010 11010000 10101100 1011011 0 10001 10010 10101001 1010100 101100

Color Harmonies of #12D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D0AC

Black with #12D0AC

Text Example


Text Example

White with #12D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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