Html Css Color HEX #12DF8B Caribbean Green

📋 copy color: '#12DF8B'

red 18 ◦ green 223 ◦ blue 139

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

Shades of Caribbean Green #12DF8B

Tints of Caribbean Green #12DF8B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.68%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 4.74%
G = 58.68%
B = 36.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#12DF8B (or 0x12DF8B) is known color: Caribbean Green. HEX triplet: 12, DF and 8B. RGB value is (18,223,139). Sum of RGB (Red+Green+Blue) = 18+223+139=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF8B is #ED2074. Grayscale: #989898. Windows color (decimal): -15540341 or 9166610. OLE color: 9166610.

HSL color Cylindrical-coordinate representation of color #12DF8B: hue angle of 155.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF8B is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 139 -
CMYK 0.92 0 0.38 0.13
HSL 155.41º 0.85% 0.47% -
HSV(B) 155.41º 0.92% 0.87% -
XYZ 31.3 54.77 33.35 -
YUV 152.13 120.58 32.33 -
System Red Green Blue C M Y K H S L
Decimal 18 223 139 0.92 0 0.38 0.13 155.41 0.85 0.47
Hex 12 DF 8B 5C 0 26 D 9B 55 2F
Octal 22 337 213 134 0 46 15 233 125 57
Binary 10010 11011111 10001011 1011100 0 100110 1101 10011011 1010101 101111

Color Harmonies of #12DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF8B

Black with #12DF8B

Text Example


Text Example

White with #12DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,139); }

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

background-color css

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

 a { background-color: rgb(18,223,139); }

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

border-color css

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

 span { border-color: rgb(18,223,139); }

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