Html Css Color HEX #12CA8D Caribbean Green

📋 copy color: '#12CA8D'

red 18 ◦ green 202 ◦ blue 141

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

Shades of Caribbean Green #12CA8D

Tints of Caribbean Green #12CA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.96%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 4.99%
G = 55.96%
B = 39.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#12CA8D (or 0x12CA8D) is known color: Caribbean Green. HEX triplet: 12, CA and 8D. RGB value is (18,202,141). Sum of RGB (Red+Green+Blue) = 18+202+141=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA8D is #ED3572. Grayscale: #8C8C8C. Windows color (decimal): -15545715 or 9292306. OLE color: 9292306.

HSL color Cylindrical-coordinate representation of color #12CA8D: hue angle of 160.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA8D is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 202 141 -
CMYK 0.91 0 0.30 0.21
HSL 160.11º 0.84% 0.43% -
HSV(B) 160.11º 0.91% 0.79% -
XYZ 26.18 44.29 32.37 -
YUV 140.03 128.54 40.96 -
System Red Green Blue C M Y K H S L
Decimal 18 202 141 0.91 0 0.30 0.21 160.11 0.84 0.43
Hex 12 CA 8D 5B 0 1E 15 A0 54 2B
Octal 22 312 215 133 0 36 25 240 124 53
Binary 10010 11001010 10001101 1011011 0 11110 10101 10100000 1010100 101011

Color Harmonies of #12CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA8D

Black with #12CA8D

Text Example


Text Example

White with #12CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,141); }

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

background-color css

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

 a { background-color: rgb(18,202,141); }

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

border-color css

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

 span { border-color: rgb(18,202,141); }

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