Html Css Color HEX #12CF8D Caribbean Green

📋 copy color: '#12CF8D'

red 18 ◦ green 207 ◦ blue 141

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

Shades of Caribbean Green #12CF8D

Tints of Caribbean Green #12CF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.56%

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

R = 4.92%
G = 56.56%
B = 38.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#12CF8D (or 0x12CF8D) is known color: Caribbean Green. HEX triplet: 12, CF and 8D. RGB value is (18,207,141). Sum of RGB (Red+Green+Blue) = 18+207+141=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF8D is #ED3072. Grayscale: #8F8F8F. Windows color (decimal): -15544435 or 9293586. OLE color: 9293586.

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

Color convert

RGB 18 207 141 -
CMYK 0.91 0 0.32 0.19
HSL 159.05º 0.84% 0.44% -
HSV(B) 159.05º 0.91% 0.81% -
XYZ 27.37 46.68 32.77 -
YUV 142.97 126.88 38.87 -
System Red Green Blue C M Y K H S L
Decimal 18 207 141 0.91 0 0.32 0.19 159.05 0.84 0.44
Hex 12 CF 8D 5B 0 20 13 9F 54 2C
Octal 22 317 215 133 0 40 23 237 124 54
Binary 10010 11001111 10001101 1011011 0 100000 10011 10011111 1010100 101100

Color Harmonies of #12CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF8D

Black with #12CF8D

Text Example


Text Example

White with #12CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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