Html Css Color HEX #12C8AA Caribbean Green

📋 copy color: '#12C8AA'

red 18 ◦ green 200 ◦ blue 170

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

Shades of Caribbean Green #12C8AA

Tints of Caribbean Green #12C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 4.64%
G = 51.55%
B = 43.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#12C8AA (or 0x12C8AA) is known color: Caribbean Green. HEX triplet: 12, C8 and AA. RGB value is (18,200,170). Sum of RGB (Red+Green+Blue) = 18+200+170=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #12C8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C8AA is #ED3755. Grayscale: #8E8E8E. Windows color (decimal): -15546198 or 11192338. OLE color: 11192338.

HSL color Cylindrical-coordinate representation of color #12C8AA: hue angle of 170.11º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C8AA is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 170 -
CMYK 0.91 0 0.15 0.22
HSL 170.11º 0.83% 0.43% -
HSV(B) 170.11º 0.91% 0.78% -
XYZ 28.16 44.34 45.1 -
YUV 142.16 143.7 39.44 -
System Red Green Blue C M Y K H S L
Decimal 18 200 170 0.91 0 0.15 0.22 170.11 0.83 0.43
Hex 12 C8 AA 5B 0 F 16 AA 53 2B
Octal 22 310 252 133 0 17 26 252 123 53
Binary 10010 11001000 10101010 1011011 0 1111 10110 10101010 1010011 101011

Color Harmonies of #12C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8AA

Black with #12C8AA

Text Example


Text Example

White with #12C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,170); }

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

background-color css

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

 a { background-color: rgb(18,200,170); }

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

border-color css

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

 span { border-color: rgb(18,200,170); }

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