Html Css Color HEX #01BE9A Caribbean Green

📋 copy color: '#01BE9A'

red 1 ◦ green 190 ◦ blue 154

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

Shades of Caribbean Green #01BE9A

Tints of Caribbean Green #01BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 0.29%
G = 55.07%
B = 44.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#01BE9A (or 0x01BE9A) is known color: Caribbean Green. HEX triplet: 01, BE and 9A. RGB value is (1,190,154). Sum of RGB (Red+Green+Blue) = 1+190+154=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BE9A is #FE4165. Grayscale: #818181. Windows color (decimal): -16662886 or 10141185. OLE color: 10141185.

HSL color Cylindrical-coordinate representation of color #01BE9A: hue angle of 168.57º 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 #01BE9A is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 154 -
CMYK 0.99 0 0.19 0.25
HSL 168.57º 0.99% 0.37% -
HSV(B) 168.57º 0.99% 0.75% -
XYZ 24.26 39.17 36.85 -
YUV 129.39 141.88 36.43 -
System Red Green Blue C M Y K H S L
Decimal 1 190 154 0.99 0 0.19 0.25 168.57 0.99 0.37
Hex 1 BE 9A 63 0 13 19 A9 63 25
Octal 1 276 232 143 0 23 31 251 143 45
Binary 1 10111110 10011010 1100011 0 10011 11001 10101001 1100011 100101

Color Harmonies of #01BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE9A

Black with #01BE9A

Text Example


Text Example

White with #01BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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