#12BD98

Color #12BD98 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #12BD98

Tints of Caribbean Green #12BD98

Color information

#12BD98 (or 0x12BD98) is unknown color: approx Caribbean Green. HEX triplet: 12, BD and 98. RGB value is (18,189,152). Sum of RGB (Red+Green+Blue) = 18+189+152=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BD98 is #ED4267. Grayscale: #858585. Windows color (decimal): -15549032 or 10009874. OLE color: 10009874.

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

Color convert

RGB18189152-
CMYK0.9000.200.26
HSL167.02º82.61%40.59%-
HSV(B)167.02º90.48%74.12%-
XYZ24.1138.7935.92-
YUV133.65138.3545.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.01%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=5.01%
G=52.65%
B=42.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181891520.9000.200.26167.0282.6140.59
Hex12BD985A0141Aa75329
Octal222752301320243224712351
Binary100101011110110011000101101001010011010101001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,152); }

 H1.HeaderClassName
 {
   color: #12BD98;
 }
 .AnyTagClassName
 {
   color: #12BD98;
 }
</style>
background-color css

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

 a { background-color: rgb(18,189,152); }

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

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

 span { border-color: rgb(18,189,152); }

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