Html Css Color HEX #00BBAE Iris Blue

📋 copy color: '#00BBAE'

red 0 ◦ green 187 ◦ blue 174

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

Shades of Iris Blue #00BBAE

Tints of Iris Blue #00BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 0%
G = 51.8%
B = 48.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#00BBAE (or 0x00BBAE) is known color: Iris Blue. HEX triplet: 00, BB and AE. RGB value is (0,187,174). Sum of RGB (Red+Green+Blue) = 0+187+174=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #00BBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BBAE is #FF4451. Grayscale: #818181. Windows color (decimal): -16729170 or 11451136. OLE color: 11451136.

HSL color Cylindrical-coordinate representation of color #00BBAE: hue angle of 175.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBAE is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 187 174 -
CMYK 1 0 0.07 0.27
HSL 175.83º 1% 0.37% -
HSV(B) 175.83º 1% 0.73% -
XYZ 25.41 38.6 46.16 -
YUV 129.61 153.05 35.56 -
System Red Green Blue C M Y K H S L
Decimal 0 187 174 1 0 0.07 0.27 175.83 1 0.37
Hex 0 BB AE 64 0 7 1B B0 64 25
Octal 0 273 256 144 0 7 33 260 144 45
Binary 0 10111011 10101110 1100100 0 111 11011 10110000 1100100 100101

Color Harmonies of #00BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBAE

Black with #00BBAE

Text Example


Text Example

White with #00BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,187,174); }

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

background-color css

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

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

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

border-color css

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

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

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