Html Css Color HEX #01CBA5 Caribbean Green

📋 copy color: '#01CBA5'

red 1 ◦ green 203 ◦ blue 165

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

Shades of Caribbean Green #01CBA5

Tints of Caribbean Green #01CBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.01%

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 0.27%
G = 55.01%
B = 44.72%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#01CBA5 (or 0x01CBA5) is known color: Caribbean Green. HEX triplet: 01, CB and A5. RGB value is (1,203,165). Sum of RGB (Red+Green+Blue) = 1+203+165=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CBA5 is #FE345A. Grayscale: #8A8A8A. Windows color (decimal): -16659547 or 10865409. OLE color: 10865409.

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

Color convert

RGB 1 203 165 -
CMYK 1.00 0 0.19 0.20
HSL 168.71º 0.99% 0.4% -
HSV(B) 168.71º 1% 0.8% -
XYZ 28.16 45.43 42.88 -
YUV 138.27 143.08 30.09 -
System Red Green Blue C M Y K H S L
Decimal 1 203 165 1.00 0 0.19 0.20 168.71 0.99 0.4
Hex 1 CB A5 64 0 13 14 A9 63 28
Octal 1 313 245 144 0 23 24 251 143 50
Binary 1 11001011 10100101 1100100 0 10011 10100 10101001 1100011 101000

Color Harmonies of #01CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CBA5

Black with #01CBA5

Text Example


Text Example

White with #01CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,203,165); }

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

background-color css

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

 a { background-color: rgb(1,203,165); }

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

border-color css

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

 span { border-color: rgb(1,203,165); }

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