Html Css Color HEX #00BEBA Iris Blue

📋 copy color: '#00BEBA'

red 0 ◦ green 190 ◦ blue 186

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

Shades of Iris Blue #00BEBA

Tints of Iris Blue #00BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 0%
G = 50.53%
B = 49.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#00BEBA (or 0x00BEBA) is known color: Iris Blue. HEX triplet: 00, BE and BA. RGB value is (0,190,186). Sum of RGB (Red+Green+Blue) = 0+190+186=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEBA is #FF4145. Grayscale: #848484. Windows color (decimal): -16728390 or 12238336. OLE color: 12238336.

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

Color convert

RGB 0 190 186 -
CMYK 1 0 0.02 0.25
HSL 178.74º 1% 0.37% -
HSV(B) 178.74º 1% 0.75% -
XYZ 27.28 40.37 52.81 -
YUV 132.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 0 190 186 1 0 0.02 0.25 178.74 1 0.37
Hex 0 BE BA 64 0 2 19 B3 64 25
Octal 0 276 272 144 0 2 31 263 144 45
Binary 0 10111110 10111010 1100100 0 10 11001 10110011 1100100 100101

Color Harmonies of #00BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEBA

Black with #00BEBA

Text Example


Text Example

White with #00BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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