Html Css Color HEX #12CFB0 Caribbean Green

📋 copy color: '#12CFB0'

red 18 ◦ green 207 ◦ blue 176

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

Shades of Caribbean Green #12CFB0

Tints of Caribbean Green #12CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 4.49%
G = 51.62%
B = 43.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#12CFB0 (or 0x12CFB0) is known color: Caribbean Green. HEX triplet: 12, CF and B0. RGB value is (18,207,176). Sum of RGB (Red+Green+Blue) = 18+207+176=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFB0 is #ED304F. Grayscale: #929292. Windows color (decimal): -15544400 or 11587346. OLE color: 11587346.

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

Color convert

RGB 18 207 176 -
CMYK 0.91 0 0.15 0.19
HSL 170.16º 0.84% 0.44% -
HSV(B) 170.16º 0.91% 0.81% -
XYZ 30.4 47.89 48.72 -
YUV 146.96 144.38 36.02 -
System Red Green Blue C M Y K H S L
Decimal 18 207 176 0.91 0 0.15 0.19 170.16 0.84 0.44
Hex 12 CF B0 5B 0 F 13 AA 54 2C
Octal 22 317 260 133 0 17 23 252 124 54
Binary 10010 11001111 10110000 1011011 0 1111 10011 10101010 1010100 101100

Color Harmonies of #12CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFB0

Black with #12CFB0

Text Example


Text Example

White with #12CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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