Html Css Color HEX #12E3B3 Caribbean Green

📋 copy color: '#12E3B3'

red 18 ◦ green 227 ◦ blue 179

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

Shades of Caribbean Green #12E3B3

Tints of Caribbean Green #12E3B3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.54%

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

R = 4.25%
G = 53.54%
B = 42.22%

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

#12E3B3 (or 0x12E3B3) is known color: Caribbean Green. HEX triplet: 12, E3 and B3. RGB value is (18,227,179). Sum of RGB (Red+Green+Blue) = 18+227+179=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E3B3 is #ED1C4C. Grayscale: #9F9F9F. Windows color (decimal): -15539277 or 11789074. OLE color: 11789074.

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

Color convert

RGB 18 227 179 -
CMYK 0.92 0 0.21 0.11
HSL 166.22º 0.85% 0.48% -
HSV(B) 166.22º 0.92% 0.89% -
XYZ 35.86 58.32 52.02 -
YUV 159.04 139.26 27.4 -
System Red Green Blue C M Y K H S L
Decimal 18 227 179 0.92 0 0.21 0.11 166.22 0.85 0.48
Hex 12 E3 B3 5C 0 15 B A6 55 30
Octal 22 343 263 134 0 25 13 246 125 60
Binary 10010 11100011 10110011 1011100 0 10101 1011 10100110 1010101 110000

Color Harmonies of #12E3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E3B3

Black with #12E3B3

Text Example


Text Example

White with #12E3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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