Html Css Color HEX #01CA8A Caribbean Green

📋 copy color: '#01CA8A'

red 1 ◦ green 202 ◦ blue 138

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

Shades of Caribbean Green #01CA8A

Tints of Caribbean Green #01CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.24%

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 0.29%
G = 59.24%
B = 40.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#01CA8A (or 0x01CA8A) is known color: Caribbean Green. HEX triplet: 01, CA and 8A. RGB value is (1,202,138). Sum of RGB (Red+Green+Blue) = 1+202+138=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CA8A is #FE3575. Grayscale: #868686. Windows color (decimal): -16659830 or 9095681. OLE color: 9095681.

HSL color Cylindrical-coordinate representation of color #01CA8A: hue angle of 160.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA8A is Cyan = 1.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 138 -
CMYK 1.00 0 0.32 0.21
HSL 160.9º 0.99% 0.4% -
HSV(B) 160.9º 1% 0.79% -
XYZ 25.72 44.08 31.2 -
YUV 134.61 129.91 32.7 -
System Red Green Blue C M Y K H S L
Decimal 1 202 138 1.00 0 0.32 0.21 160.9 0.99 0.4
Hex 1 CA 8A 64 0 20 15 A1 63 28
Octal 1 312 212 144 0 40 25 241 143 50
Binary 1 11001010 10001010 1100100 0 100000 10101 10100001 1100011 101000

Color Harmonies of #01CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA8A

Black with #01CA8A

Text Example


Text Example

White with #01CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,138); }

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

background-color css

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

 a { background-color: rgb(1,202,138); }

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

border-color css

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

 span { border-color: rgb(1,202,138); }

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