Html Css Color HEX #12DA7F Caribbean Green

📋 copy color: '#12DA7F'

red 18 ◦ green 218 ◦ blue 127

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

Shades of Caribbean Green #12DA7F

Tints of Caribbean Green #12DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.06%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 4.96%
G = 60.06%
B = 34.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#12DA7F (or 0x12DA7F) is known color: Caribbean Green. HEX triplet: 12, DA and 7F. RGB value is (18,218,127). Sum of RGB (Red+Green+Blue) = 18+218+127=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DA7F is #ED2580. Grayscale: #939393. Windows color (decimal): -15541633 or 8378898. OLE color: 8378898.

HSL color Cylindrical-coordinate representation of color #12DA7F: hue angle of 152.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA7F is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 127 -
CMYK 0.92 0 0.42 0.15
HSL 152.7º 0.85% 0.46% -
HSV(B) 152.7º 0.92% 0.85% -
XYZ 29.15 51.8 28.54 -
YUV 147.83 116.24 35.4 -
System Red Green Blue C M Y K H S L
Decimal 18 218 127 0.92 0 0.42 0.15 152.7 0.85 0.46
Hex 12 DA 7F 5C 0 2A F 99 55 2E
Octal 22 332 177 134 0 52 17 231 125 56
Binary 10010 11011010 1111111 1011100 0 101010 1111 10011001 1010101 101110

Color Harmonies of #12DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA7F

Black with #12DA7F

Text Example


Text Example

White with #12DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,127); }

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

background-color css

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

 a { background-color: rgb(18,218,127); }

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

border-color css

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

 span { border-color: rgb(18,218,127); }

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