Html Css Color HEX #12E4B2 Caribbean Green

📋 copy color: '#12E4B2'

red 18 ◦ green 228 ◦ blue 178

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

Shades of Caribbean Green #12E4B2

Tints of Caribbean Green #12E4B2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.77%

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 4.25%
G = 53.77%
B = 41.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#12E4B2 (or 0x12E4B2) is known color: Caribbean Green. HEX triplet: 12, E4 and B2. RGB value is (18,228,178). Sum of RGB (Red+Green+Blue) = 18+228+178=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #12E4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E4B2 is #ED1B4D. Grayscale: #9F9F9F. Windows color (decimal): -15539022 or 11723794. OLE color: 11723794.

HSL color Cylindrical-coordinate representation of color #12E4B2: hue angle of 165.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E4B2 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 228 178 -
CMYK 0.92 0 0.22 0.11
HSL 165.71º 0.85% 0.48% -
HSV(B) 165.71º 0.92% 0.89% -
XYZ 36.03 58.83 51.58 -
YUV 159.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 18 228 178 0.92 0 0.22 0.11 165.71 0.85 0.48
Hex 12 E4 B2 5C 0 16 B A6 55 30
Octal 22 344 262 134 0 26 13 246 125 60
Binary 10010 11100100 10110010 1011100 0 10110 1011 10100110 1010101 110000

Color Harmonies of #12E4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E4B2

Black with #12E4B2

Text Example


Text Example

White with #12E4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,228,178); }

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

background-color css

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

 a { background-color: rgb(18,228,178); }

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

border-color css

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

 span { border-color: rgb(18,228,178); }

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