Html Css Color HEX #01BD8A Caribbean Green

📋 copy color: '#01BD8A'

red 1 ◦ green 189 ◦ blue 138

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

Shades of Caribbean Green #01BD8A

Tints of Caribbean Green #01BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

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

R = 0.3%
G = 57.62%
B = 42.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#01BD8A (or 0x01BD8A) is known color: Caribbean Green. HEX triplet: 01, BD and 8A. RGB value is (1,189,138). Sum of RGB (Red+Green+Blue) = 1+189+138=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD8A is #FE4275. Grayscale: #7E7E7E. Windows color (decimal): -16663158 or 9092353. OLE color: 9092353.

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

Color convert

RGB 1 189 138 -
CMYK 0.99 0 0.27 0.26
HSL 163.72º 0.99% 0.37% -
HSV(B) 163.72º 0.99% 0.74% -
XYZ 22.8 38.24 30.22 -
YUV 126.97 134.22 38.15 -
System Red Green Blue C M Y K H S L
Decimal 1 189 138 0.99 0 0.27 0.26 163.72 0.99 0.37
Hex 1 BD 8A 63 0 1B 1A A4 63 25
Octal 1 275 212 143 0 33 32 244 143 45
Binary 1 10111101 10001010 1100011 0 11011 11010 10100100 1100011 100101

Color Harmonies of #01BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BD8A

Black with #01BD8A

Text Example


Text Example

White with #01BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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