#01C38B

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

Shades of Caribbean Green #01C38B

Tints of Caribbean Green #01C38B

Color information

#01C38B (or 0x01C38B) is unknown color: approx Caribbean Green. HEX triplet: 01, C3 and 8B. RGB value is (1,195,139). Sum of RGB (Red+Green+Blue) = 1+195+139=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #01C38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C38B is #FE3C74. Grayscale: #828282. Windows color (decimal): -16661621 or 9159425. OLE color: 9159425.

HSL color Cylindrical-coordinate representation of color #01C38B: hue angle of 162.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C38B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB1195139-
CMYK0.9900.290.24
HSL162.68º98.98%38.43%-
HSV(B)162.68º99.49%76.47%-
XYZ24.1940.931.05-
YUV130.61132.7335.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 195 (76.56% from 255) = 58.21%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=0.30%
G=58.21%
B=41.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11951390.9900.290.24162.6898.9838.43
Hex1C38B6301D18a36326
Octal13032131430353024314346
Binary11100001110001011110001101110111000101000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01C38B; }

 p { color: rgb(1,195,139); }

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

<style>
 a { background-color: #01C38B; }

 a { background-color: rgb(1,195,139); }

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

<style>
 span { border-color: #01C38B; }

 span { border-color: rgb(1,195,139); }

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