Html Css Color HEX #00BEAB Caribbean Green

📋 copy color: '#00BEAB'

red 0 ◦ green 190 ◦ blue 171

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

Shades of Caribbean Green #00BEAB

Tints of Caribbean Green #00BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 0%
G = 52.63%
B = 47.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#00BEAB (or 0x00BEAB) is known color: Caribbean Green. HEX triplet: 00, BE and AB. RGB value is (0,190,171). Sum of RGB (Red+Green+Blue) = 0+190+171=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BEAB is #FF4154. Grayscale: #828282. Windows color (decimal): -16728405 or 11255296. OLE color: 11255296.

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

Color convert

RGB 0 190 171 -
CMYK 1 0 0.10 0.25
HSL 174º 1% 0.37% -
HSV(B) 174º 1% 0.75% -
XYZ 25.76 39.77 44.85 -
YUV 131.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 0 190 171 1 0 0.10 0.25 174 1 0.37
Hex 0 BE AB 64 0 A 19 AE 64 25
Octal 0 276 253 144 0 12 31 256 144 45
Binary 0 10111110 10101011 1100100 0 1010 11001 10101110 1100100 100101

Color Harmonies of #00BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEAB

Black with #00BEAB

Text Example


Text Example

White with #00BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,171); }

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

background-color css

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

 a { background-color: rgb(0,190,171); }

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

border-color css

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

 span { border-color: rgb(0,190,171); }

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