Html Css Color HEX #12CA8C Caribbean Green

📋 copy color: '#12CA8C'

red 18 ◦ green 202 ◦ blue 140

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

Shades of Caribbean Green #12CA8C

Tints of Caribbean Green #12CA8C

RGB

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

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

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

R = 5%
G = 56.11%
B = 38.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#12CA8C (or 0x12CA8C) is known color: Caribbean Green. HEX triplet: 12, CA and 8C. RGB value is (18,202,140). Sum of RGB (Red+Green+Blue) = 18+202+140=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA8C is #ED3573. Grayscale: #8B8B8B. Windows color (decimal): -15545716 or 9226770. OLE color: 9226770.

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

Color convert

RGB 18 202 140 -
CMYK 0.91 0 0.31 0.21
HSL 159.78º 0.84% 0.43% -
HSV(B) 159.78º 0.91% 0.79% -
XYZ 26.1 44.26 31.98 -
YUV 139.92 128.04 41.04 -
System Red Green Blue C M Y K H S L
Decimal 18 202 140 0.91 0 0.31 0.21 159.78 0.84 0.43
Hex 12 CA 8C 5B 0 1F 15 A0 54 2B
Octal 22 312 214 133 0 37 25 240 124 53
Binary 10010 11001010 10001100 1011011 0 11111 10101 10100000 1010100 101011

Color Harmonies of #12CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA8C

Black with #12CA8C

Text Example


Text Example

White with #12CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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