Html Css Color HEX #12CD9A Caribbean Green

📋 copy color: '#12CD9A'

red 18 ◦ green 205 ◦ blue 154

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

Shades of Caribbean Green #12CD9A

Tints of Caribbean Green #12CD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 4.77%
G = 54.38%
B = 40.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#12CD9A (or 0x12CD9A) is known color: Caribbean Green. HEX triplet: 12, CD and 9A. RGB value is (18,205,154). Sum of RGB (Red+Green+Blue) = 18+205+154=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CD9A is #ED3265. Grayscale: #8F8F8F. Windows color (decimal): -15544934 or 10145042. OLE color: 10145042.

HSL color Cylindrical-coordinate representation of color #12CD9A: hue angle of 163.64º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CD9A is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 154 -
CMYK 0.91 0 0.25 0.20
HSL 163.64º 0.84% 0.44% -
HSV(B) 163.64º 0.91% 0.8% -
XYZ 27.91 46.12 38 -
YUV 143.27 134.05 38.65 -
System Red Green Blue C M Y K H S L
Decimal 18 205 154 0.91 0 0.25 0.20 163.64 0.84 0.44
Hex 12 CD 9A 5B 0 19 14 A4 54 2C
Octal 22 315 232 133 0 31 24 244 124 54
Binary 10010 11001101 10011010 1011011 0 11001 10100 10100100 1010100 101100

Color Harmonies of #12CD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD9A

Black with #12CD9A

Text Example


Text Example

White with #12CD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,154); }

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

background-color css

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

 a { background-color: rgb(18,205,154); }

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

border-color css

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

 span { border-color: rgb(18,205,154); }

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