Html Css Color HEX #12BC9B Caribbean Green

📋 copy color: '#12BC9B'

red 18 ◦ green 188 ◦ blue 155

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

Shades of Caribbean Green #12BC9B

Tints of Caribbean Green #12BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 4.99%
G = 52.08%
B = 42.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#12BC9B (or 0x12BC9B) is known color: Caribbean Green. HEX triplet: 12, BC and 9B. RGB value is (18,188,155). Sum of RGB (Red+Green+Blue) = 18+188+155=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC9B is #ED4364. Grayscale: #858585. Windows color (decimal): -15549285 or 10206226. OLE color: 10206226.

HSL color Cylindrical-coordinate representation of color #12BC9B: hue angle of 168.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC9B is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 155 -
CMYK 0.90 0 0.18 0.26
HSL 168.35º 0.83% 0.4% -
HSV(B) 168.35º 0.9% 0.74% -
XYZ 24.15 38.46 37.16 -
YUV 133.41 140.18 45.68 -
System Red Green Blue C M Y K H S L
Decimal 18 188 155 0.90 0 0.18 0.26 168.35 0.83 0.4
Hex 12 BC 9B 5A 0 12 1A A8 53 28
Octal 22 274 233 132 0 22 32 250 123 50
Binary 10010 10111100 10011011 1011010 0 10010 11010 10101000 1010011 101000

Color Harmonies of #12BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC9B

Black with #12BC9B

Text Example


Text Example

White with #12BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,155); }

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

background-color css

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

 a { background-color: rgb(18,188,155); }

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

border-color css

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

 span { border-color: rgb(18,188,155); }

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