Html Css Color HEX #12E2B3 Caribbean Green

📋 copy color: '#12E2B3'

red 18 ◦ green 226 ◦ blue 179

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

Shades of Caribbean Green #12E2B3

Tints of Caribbean Green #12E2B3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.43%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 4.26%
G = 53.43%
B = 42.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#12E2B3 (or 0x12E2B3) is known color: Caribbean Green. HEX triplet: 12, E2 and B3. RGB value is (18,226,179). Sum of RGB (Red+Green+Blue) = 18+226+179=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2B3 is #ED1D4C. Grayscale: #9E9E9E. Windows color (decimal): -15539533 or 11788818. OLE color: 11788818.

HSL color Cylindrical-coordinate representation of color #12E2B3: hue angle of 166.44º 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 #12E2B3 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 226 179 -
CMYK 0.92 0 0.21 0.11
HSL 166.44º 0.85% 0.48% -
HSV(B) 166.44º 0.92% 0.89% -
XYZ 35.58 57.78 51.92 -
YUV 158.45 139.59 27.82 -
System Red Green Blue C M Y K H S L
Decimal 18 226 179 0.92 0 0.21 0.11 166.44 0.85 0.48
Hex 12 E2 B3 5C 0 15 B A6 55 30
Octal 22 342 263 134 0 25 13 246 125 60
Binary 10010 11100010 10110011 1011100 0 10101 1011 10100110 1010101 110000

Color Harmonies of #12E2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2B3

Black with #12E2B3

Text Example


Text Example

White with #12E2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,226,179); }

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

background-color css

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

 a { background-color: rgb(18,226,179); }

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

border-color css

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

 span { border-color: rgb(18,226,179); }

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