Html Css Color HEX #00BEB4 Iris Blue

📋 copy color: '#00BEB4'

red 0 ◦ green 190 ◦ blue 180

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

Shades of Iris Blue #00BEB4

Tints of Iris Blue #00BEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 0%
G = 51.35%
B = 48.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#00BEB4 (or 0x00BEB4) is known color: Iris Blue. HEX triplet: 00, BE and B4. RGB value is (0,190,180). Sum of RGB (Red+Green+Blue) = 0+190+180=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #00BEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEB4 is #FF414B. Grayscale: #838383. Windows color (decimal): -16728396 or 11845120. OLE color: 11845120.

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

Color convert

RGB 0 190 180 -
CMYK 1 0 0.05 0.25
HSL 176.84º 1% 0.37% -
HSV(B) 176.84º 1% 0.75% -
XYZ 26.65 40.12 49.52 -
YUV 132.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 0 190 180 1 0 0.05 0.25 176.84 1 0.37
Hex 0 BE B4 64 0 5 19 B1 64 25
Octal 0 276 264 144 0 5 31 261 144 45
Binary 0 10111110 10110100 1100100 0 101 11001 10110001 1100100 100101

Color Harmonies of #00BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEB4

Black with #00BEB4

Text Example


Text Example

White with #00BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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