Html Css Color HEX #01C69D Caribbean Green

📋 copy color: '#01C69D'

red 1 ◦ green 198 ◦ blue 157

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

Shades of Caribbean Green #01C69D

Tints of Caribbean Green #01C69D

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 198 (77.73% from 255) = 55.62%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 0.28%
G = 55.62%
B = 44.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#01C69D (or 0x01C69D) is known color: Caribbean Green. HEX triplet: 01, C6 and 9D. RGB value is (1,198,157). Sum of RGB (Red+Green+Blue) = 1+198+157=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #01C69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C69D is #FE3962. Grayscale: #868686. Windows color (decimal): -16660835 or 10339841. OLE color: 10339841.

HSL color Cylindrical-coordinate representation of color #01C69D: hue angle of 167.51º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C69D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 198 157 -
CMYK 0.99 0 0.21 0.22
HSL 167.51º 0.99% 0.39% -
HSV(B) 167.51º 0.99% 0.78% -
XYZ 26.29 42.83 38.78 -
YUV 134.42 140.73 32.83 -
System Red Green Blue C M Y K H S L
Decimal 1 198 157 0.99 0 0.21 0.22 167.51 0.99 0.39
Hex 1 C6 9D 63 0 15 16 A8 63 27
Octal 1 306 235 143 0 25 26 250 143 47
Binary 1 11000110 10011101 1100011 0 10101 10110 10101000 1100011 100111

Color Harmonies of #01C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C69D

Black with #01C69D

Text Example


Text Example

White with #01C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,198,157); }

 H1.HeaderClassName
 {
   color: #01C69D;
 }
 .AnyTagClassName
 {
   color: #01C69D;
 }
</style>

background-color css

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

 a { background-color: rgb(1,198,157); }

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

border-color css

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

 span { border-color: rgb(1,198,157); }

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