Html Css Color HEX #00BA9A Caribbean Green

📋 copy color: '#00BA9A'

red 0 ◦ green 186 ◦ blue 154

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

Shades of Caribbean Green #00BA9A

Tints of Caribbean Green #00BA9A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 186 (73.05% from 255) = 54.71%

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

R = 0%
G = 54.71%
B = 45.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#00BA9A (or 0x00BA9A) is known color: Caribbean Green. HEX triplet: 00, BA and 9A. RGB value is (0,186,154). Sum of RGB (Red+Green+Blue) = 0+186+154=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA9A is #FF4565. Grayscale: #7E7E7E. Windows color (decimal): -16729446 or 10140160. OLE color: 10140160.

HSL color Cylindrical-coordinate representation of color #00BA9A: hue angle of 169.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA9A is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 186 154 -
CMYK 1 0 0.17 0.27
HSL 169.68º 1% 0.36% -
HSV(B) 169.68º 1% 0.73% -
XYZ 23.39 37.45 36.57 -
YUV 126.74 143.38 37.6 -
System Red Green Blue C M Y K H S L
Decimal 0 186 154 1 0 0.17 0.27 169.68 1 0.36
Hex 0 BA 9A 64 0 11 1B AA 64 24
Octal 0 272 232 144 0 21 33 252 144 44
Binary 0 10111010 10011010 1100100 0 10001 11011 10101010 1100100 100100

Color Harmonies of #00BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BA9A

Black with #00BA9A

Text Example


Text Example

White with #00BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BA9A; }

 p { color: rgb(0,186,154); }

 H1.HeaderClassName
 {
   color: #00BA9A;
 }
 .AnyTagClassName
 {
   color: #00BA9A;
 }
</style>

background-color css

<style>
 a { background-color: #00BA9A; }

 a { background-color: rgb(0,186,154); }

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

border-color css

<style>
 span { border-color: #00BA9A; }

 span { border-color: rgb(0,186,154); }

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