Html Css Color HEX #00BEBE Iris Blue

📋 copy color: '#00BEBE'

red 0 ◦ green 190 ◦ blue 190

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

Shades of Iris Blue #00BEBE

Tints of Iris Blue #00BEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00BEBE (or 0x00BEBE) is known color: Iris Blue. HEX triplet: 00, BE and BE. RGB value is (0,190,190). Sum of RGB (Red+Green+Blue) = 0+190+190=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #00BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEBE is #FF4141. Grayscale: #858585. Windows color (decimal): -16728386 or 12500480. OLE color: 12500480.

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

Color convert

RGB 0 190 190 -
CMYK 1 0 0 0.25
HSL 180º 1% 0.37% -
HSV(B) 180º 1% 0.75% -
XYZ 27.71 40.54 55.08 -
YUV 133.19 160.05 33 -
System Red Green Blue C M Y K H S L
Decimal 0 190 190 1 0 0 0.25 180 1 0.37
Hex 0 BE BE 64 0 0 19 B4 64 25
Octal 0 276 276 144 0 0 31 264 144 45
Binary 0 10111110 10111110 1100100 0 0 11001 10110100 1100100 100101

Color Harmonies of #00BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEBE

Black with #00BEBE

Text Example


Text Example

White with #00BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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