Html Css Color HEX #12D48E Caribbean Green

📋 copy color: '#12D48E'

red 18 ◦ green 212 ◦ blue 142

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

Shades of Caribbean Green #12D48E

Tints of Caribbean Green #12D48E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.99%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 4.84%
G = 56.99%
B = 38.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#12D48E (or 0x12D48E) is known color: Caribbean Green. HEX triplet: 12, D4 and 8E. RGB value is (18,212,142). Sum of RGB (Red+Green+Blue) = 18+212+142=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #12D48E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D48E is #ED2B71. Grayscale: #929292. Windows color (decimal): -15543154 or 9360402. OLE color: 9360402.

HSL color Cylindrical-coordinate representation of color #12D48E: hue angle of 158.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D48E is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 212 142 -
CMYK 0.92 0 0.33 0.17
HSL 158.35º 0.84% 0.45% -
HSV(B) 158.35º 0.92% 0.83% -
XYZ 28.68 49.17 33.57 -
YUV 146.01 125.73 36.69 -
System Red Green Blue C M Y K H S L
Decimal 18 212 142 0.92 0 0.33 0.17 158.35 0.84 0.45
Hex 12 D4 8E 5C 0 21 11 9E 54 2D
Octal 22 324 216 134 0 41 21 236 124 55
Binary 10010 11010100 10001110 1011100 0 100001 10001 10011110 1010100 101101

Color Harmonies of #12D48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D48E

Black with #12D48E

Text Example


Text Example

White with #12D48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,212,142); }

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

background-color css

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

 a { background-color: rgb(18,212,142); }

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

border-color css

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

 span { border-color: rgb(18,212,142); }

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