Html Css Color HEX #12CFAD Caribbean Green

📋 copy color: '#12CFAD'

red 18 ◦ green 207 ◦ blue 173

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

Shades of Caribbean Green #12CFAD

Tints of Caribbean Green #12CFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 4.52%
G = 52.01%
B = 43.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#12CFAD (or 0x12CFAD) is known color: Caribbean Green. HEX triplet: 12, CF and AD. RGB value is (18,207,173). Sum of RGB (Red+Green+Blue) = 18+207+173=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFAD is #ED3052. Grayscale: #929292. Windows color (decimal): -15544403 or 11390738. OLE color: 11390738.

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

Color convert

RGB 18 207 173 -
CMYK 0.91 0 0.16 0.19
HSL 169.21º 0.84% 0.44% -
HSV(B) 169.21º 0.91% 0.81% -
XYZ 30.11 47.77 47.17 -
YUV 146.61 142.88 36.26 -
System Red Green Blue C M Y K H S L
Decimal 18 207 173 0.91 0 0.16 0.19 169.21 0.84 0.44
Hex 12 CF AD 5B 0 10 13 A9 54 2C
Octal 22 317 255 133 0 20 23 251 124 54
Binary 10010 11001111 10101101 1011011 0 10000 10011 10101001 1010100 101100

Color Harmonies of #12CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFAD

Black with #12CFAD

Text Example


Text Example

White with #12CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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