Html Css Color HEX #12CFAB Caribbean Green

📋 copy color: '#12CFAB'

red 18 ◦ green 207 ◦ blue 171

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

Shades of Caribbean Green #12CFAB

Tints of Caribbean Green #12CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 4.55%
G = 52.27%
B = 43.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#12CFAB (or 0x12CFAB) is known color: Caribbean Green. HEX triplet: 12, CF and AB. RGB value is (18,207,171). Sum of RGB (Red+Green+Blue) = 18+207+171=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFAB is #ED3054. Grayscale: #929292. Windows color (decimal): -15544405 or 11259666. OLE color: 11259666.

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

Color convert

RGB 18 207 171 -
CMYK 0.91 0 0.17 0.19
HSL 168.57º 0.84% 0.44% -
HSV(B) 168.57º 0.91% 0.81% -
XYZ 29.91 47.69 46.16 -
YUV 146.39 141.88 36.43 -
System Red Green Blue C M Y K H S L
Decimal 18 207 171 0.91 0 0.17 0.19 168.57 0.84 0.44
Hex 12 CF AB 5B 0 11 13 A9 54 2C
Octal 22 317 253 133 0 21 23 251 124 54
Binary 10010 11001111 10101011 1011011 0 10001 10011 10101001 1010100 101100

Color Harmonies of #12CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFAB

Black with #12CFAB

Text Example


Text Example

White with #12CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,171); }

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

background-color css

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

 a { background-color: rgb(18,207,171); }

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

border-color css

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

 span { border-color: rgb(18,207,171); }

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