Html Css Color HEX #12CDB2 Caribbean Green

📋 copy color: '#12CDB2'

red 18 ◦ green 205 ◦ blue 178

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

Shades of Caribbean Green #12CDB2

Tints of Caribbean Green #12CDB2

RGB

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

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

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

R = 4.49%
G = 51.12%
B = 44.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#12CDB2 (or 0x12CDB2) is known color: Caribbean Green. HEX triplet: 12, CD and B2. RGB value is (18,205,178). Sum of RGB (Red+Green+Blue) = 18+205+178=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CDB2 is #ED324D. Grayscale: #919191. Windows color (decimal): -15544910 or 11717906. OLE color: 11717906.

HSL color Cylindrical-coordinate representation of color #12CDB2: hue angle of 171.34º 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 #12CDB2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 178 -
CMYK 0.91 0 0.13 0.20
HSL 171.34º 0.84% 0.44% -
HSV(B) 171.34º 0.91% 0.8% -
XYZ 30.12 47.01 49.61 -
YUV 146.01 146.05 36.7 -
System Red Green Blue C M Y K H S L
Decimal 18 205 178 0.91 0 0.13 0.20 171.34 0.84 0.44
Hex 12 CD B2 5B 0 D 14 AB 54 2C
Octal 22 315 262 133 0 15 24 253 124 54
Binary 10010 11001101 10110010 1011011 0 1101 10100 10101011 1010100 101100

Color Harmonies of #12CDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDB2

Black with #12CDB2

Text Example


Text Example

White with #12CDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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