Html Css Color HEX #00BEBD Iris Blue

📋 copy color: '#00BEBD'

red 0 ◦ green 190 ◦ blue 189

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

Shades of Iris Blue #00BEBD

Tints of Iris Blue #00BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 0%
G = 50.13%
B = 49.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#00BEBD (or 0x00BEBD) is known color: Iris Blue. HEX triplet: 00, BE and BD. RGB value is (0,190,189). Sum of RGB (Red+Green+Blue) = 0+190+189=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEBD is #FF4142. Grayscale: #848484. Windows color (decimal): -16728387 or 12434944. OLE color: 12434944.

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

Color convert

RGB 0 190 189 -
CMYK 1 0 0.01 0.25
HSL 179.68º 1% 0.37% -
HSV(B) 179.68º 1% 0.75% -
XYZ 27.6 40.5 54.51 -
YUV 133.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 0 190 189 1 0 0.01 0.25 179.68 1 0.37
Hex 0 BE BD 64 0 1 19 B4 64 25
Octal 0 276 275 144 0 1 31 264 144 45
Binary 0 10111110 10111101 1100100 0 1 11001 10110100 1100100 100101

Color Harmonies of #00BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEBD

Black with #00BEBD

Text Example


Text Example

White with #00BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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