Html Css Color HEX #12CD8C Caribbean Green

📋 copy color: '#12CD8C'

red 18 ◦ green 205 ◦ blue 140

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

Shades of Caribbean Green #12CD8C

Tints of Caribbean Green #12CD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 4.96%
G = 56.47%
B = 38.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#12CD8C (or 0x12CD8C) is known color: Caribbean Green. HEX triplet: 12, CD and 8C. RGB value is (18,205,140). Sum of RGB (Red+Green+Blue) = 18+205+140=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CD8C is #ED3273. Grayscale: #8D8D8D. Windows color (decimal): -15544948 or 9227538. OLE color: 9227538.

HSL color Cylindrical-coordinate representation of color #12CD8C: hue angle of 159.14º 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 #12CD8C is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 140 -
CMYK 0.91 0 0.32 0.20
HSL 159.14º 0.84% 0.44% -
HSV(B) 159.14º 0.91% 0.8% -
XYZ 26.81 45.68 32.22 -
YUV 141.68 127.05 39.79 -
System Red Green Blue C M Y K H S L
Decimal 18 205 140 0.91 0 0.32 0.20 159.14 0.84 0.44
Hex 12 CD 8C 5B 0 20 14 9F 54 2C
Octal 22 315 214 133 0 40 24 237 124 54
Binary 10010 11001101 10001100 1011011 0 100000 10100 10011111 1010100 101100

Color Harmonies of #12CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD8C

Black with #12CD8C

Text Example


Text Example

White with #12CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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