Html Css Color HEX #01BEAC Caribbean Green

📋 copy color: '#01BEAC'

red 1 ◦ green 190 ◦ blue 172

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

Shades of Caribbean Green #01BEAC

Tints of Caribbean Green #01BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.34%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 0.28%
G = 52.34%
B = 47.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#01BEAC (or 0x01BEAC) is known color: Caribbean Green. HEX triplet: 01, BE and AC. RGB value is (1,190,172). Sum of RGB (Red+Green+Blue) = 1+190+172=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEAC is #FE4153. Grayscale: #838383. Windows color (decimal): -16662868 or 11320833. OLE color: 11320833.

HSL color Cylindrical-coordinate representation of color #01BEAC: hue angle of 174.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BEAC is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 172 -
CMYK 0.99 0 0.09 0.25
HSL 174.29º 0.99% 0.37% -
HSV(B) 174.29º 0.99% 0.75% -
XYZ 25.87 39.81 45.35 -
YUV 131.44 150.88 34.96 -
System Red Green Blue C M Y K H S L
Decimal 1 190 172 0.99 0 0.09 0.25 174.29 0.99 0.37
Hex 1 BE AC 63 0 9 19 AE 63 25
Octal 1 276 254 143 0 11 31 256 143 45
Binary 1 10111110 10101100 1100011 0 1001 11001 10101110 1100011 100101

Color Harmonies of #01BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEAC

Black with #01BEAC

Text Example


Text Example

White with #01BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,172); }

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

background-color css

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

 a { background-color: rgb(1,190,172); }

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

border-color css

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

 span { border-color: rgb(1,190,172); }

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