Html Css Color HEX #12D792 Caribbean Green

📋 copy color: '#12D792'

red 18 ◦ green 215 ◦ blue 146

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

Shades of Caribbean Green #12D792

Tints of Caribbean Green #12D792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.73%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 4.75%
G = 56.73%
B = 38.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#12D792 (or 0x12D792) is known color: Caribbean Green. HEX triplet: 12, D7 and 92. RGB value is (18,215,146). Sum of RGB (Red+Green+Blue) = 18+215+146=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #12D792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D792 is #ED286D. Grayscale: #949494. Windows color (decimal): -15542382 or 9623314. OLE color: 9623314.

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

Color convert

RGB 18 215 146 -
CMYK 0.92 0 0.32 0.16
HSL 158.98º 0.85% 0.46% -
HSV(B) 158.98º 0.92% 0.84% -
XYZ 29.74 50.8 35.43 -
YUV 148.23 126.73 35.11 -
System Red Green Blue C M Y K H S L
Decimal 18 215 146 0.92 0 0.32 0.16 158.98 0.85 0.46
Hex 12 D7 92 5C 0 20 10 9F 55 2E
Octal 22 327 222 134 0 40 20 237 125 56
Binary 10010 11010111 10010010 1011100 0 100000 10000 10011111 1010101 101110

Color Harmonies of #12D792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D792

Black with #12D792

Text Example


Text Example

White with #12D792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,146); }

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

background-color css

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

 a { background-color: rgb(18,215,146); }

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

border-color css

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

 span { border-color: rgb(18,215,146); }

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