Html Css Color HEX #01BE9C Caribbean Green

📋 copy color: '#01BE9C'

red 1 ◦ green 190 ◦ blue 156

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

Shades of Caribbean Green #01BE9C

Tints of Caribbean Green #01BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 0.29%
G = 54.76%
B = 44.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#01BE9C (or 0x01BE9C) is known color: Caribbean Green. HEX triplet: 01, BE and 9C. RGB value is (1,190,156). Sum of RGB (Red+Green+Blue) = 1+190+156=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BE9C is #FE4163. Grayscale: #818181. Windows color (decimal): -16662884 or 10272257. OLE color: 10272257.

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

Color convert

RGB 1 190 156 -
CMYK 0.99 0 0.18 0.25
HSL 169.21º 0.99% 0.37% -
HSV(B) 169.21º 0.99% 0.75% -
XYZ 24.43 39.23 37.74 -
YUV 129.61 142.88 36.26 -
System Red Green Blue C M Y K H S L
Decimal 1 190 156 0.99 0 0.18 0.25 169.21 0.99 0.37
Hex 1 BE 9C 63 0 12 19 A9 63 25
Octal 1 276 234 143 0 22 31 251 143 45
Binary 1 10111110 10011100 1100011 0 10010 11001 10101001 1100011 100101

Color Harmonies of #01BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE9C

Black with #01BE9C

Text Example


Text Example

White with #01BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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