Html Css Color HEX #00BC90 Caribbean Green

📋 copy color: '#00BC90'

red 0 ◦ green 188 ◦ blue 144

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

Shades of Caribbean Green #00BC90

Tints of Caribbean Green #00BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.63%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 0%
G = 56.63%
B = 43.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#00BC90 (or 0x00BC90) is known color: Caribbean Green. HEX triplet: 00, BC and 90. RGB value is (0,188,144). Sum of RGB (Red+Green+Blue) = 0+188+144=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC90 is #FF436F. Grayscale: #7E7E7E. Windows color (decimal): -16728944 or 9485312. OLE color: 9485312.

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

Color convert

RGB 0 188 144 -
CMYK 1 0 0.23 0.26
HSL 165.96º 1% 0.37% -
HSV(B) 165.96º 1% 0.74% -
XYZ 23.02 37.98 32.5 -
YUV 126.77 137.72 37.58 -
System Red Green Blue C M Y K H S L
Decimal 0 188 144 1 0 0.23 0.26 165.96 1 0.37
Hex 0 BC 90 64 0 17 1A A6 64 25
Octal 0 274 220 144 0 27 32 246 144 45
Binary 0 10111100 10010000 1100100 0 10111 11010 10100110 1100100 100101

Color Harmonies of #00BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC90

Black with #00BC90

Text Example


Text Example

White with #00BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,188,144); }

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

background-color css

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

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

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

border-color css

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

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

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