Html Css Color HEX #00BEA5 Caribbean Green

📋 copy color: '#00BEA5'

red 0 ◦ green 190 ◦ blue 165

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

Shades of Caribbean Green #00BEA5

Tints of Caribbean Green #00BEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.48%

R = 0%
G = 53.52%
B = 46.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#00BEA5 (or 0x00BEA5) is known color: Caribbean Green. HEX triplet: 00, BE and A5. RGB value is (0,190,165). Sum of RGB (Red+Green+Blue) = 0+190+165=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BEA5 is #FF415A. Grayscale: #828282. Windows color (decimal): -16728411 or 10862080. OLE color: 10862080.

HSL color Cylindrical-coordinate representation of color #00BEA5: hue angle of 172.11º 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 #00BEA5 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 190 165 -
CMYK 1 0 0.13 0.25
HSL 172.11º 1% 0.37% -
HSV(B) 172.11º 1% 0.75% -
XYZ 25.2 39.54 41.9 -
YUV 130.34 147.55 35.03 -
System Red Green Blue C M Y K H S L
Decimal 0 190 165 1 0 0.13 0.25 172.11 1 0.37
Hex 0 BE A5 64 0 D 19 AC 64 25
Octal 0 276 245 144 0 15 31 254 144 45
Binary 0 10111110 10100101 1100100 0 1101 11001 10101100 1100100 100101

Color Harmonies of #00BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEA5

Black with #00BEA5

Text Example


Text Example

White with #00BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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