Html Css Color HEX #03BCAC Caribbean Green

📋 copy color: '#03BCAC'

red 3 ◦ green 188 ◦ blue 172

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

Shades of Caribbean Green #03BCAC

Tints of Caribbean Green #03BCAC

RGB

 RED value IS 3 (1.56% from 255) = 0.83%

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 0.83%
G = 51.79%
B = 47.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#03BCAC (or 0x03BCAC) is known color: Caribbean Green. HEX triplet: 03, BC and AC. RGB value is (3,188,172). Sum of RGB (Red+Green+Blue) = 3+188+172=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCAC is #FC4353. Grayscale: #828282. Windows color (decimal): -16532308 or 11320323. OLE color: 11320323.

HSL color Cylindrical-coordinate representation of color #03BCAC: hue angle of 174.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCAC is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 172 -
CMYK 0.98 0 0.09 0.26
HSL 174.81º 0.97% 0.37% -
HSV(B) 174.81º 0.98% 0.74% -
XYZ 25.47 38.96 45.21 -
YUV 130.86 151.21 36.8 -
System Red Green Blue C M Y K H S L
Decimal 3 188 172 0.98 0 0.09 0.26 174.81 0.97 0.37
Hex 3 BC AC 62 0 9 1A AF 61 25
Octal 3 274 254 142 0 11 32 257 141 45
Binary 11 10111100 10101100 1100010 0 1001 11010 10101111 1100001 100101

Color Harmonies of #03BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCAC

Black with #03BCAC

Text Example


Text Example

White with #03BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BCAC; }

 p { color: rgb(3,188,172); }

 H1.HeaderClassName
 {
   color: #03BCAC;
 }
 .AnyTagClassName
 {
   color: #03BCAC;
 }
</style>

background-color css

<style>
 a { background-color: #03BCAC; }

 a { background-color: rgb(3,188,172); }

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

border-color css

<style>
 span { border-color: #03BCAC; }

 span { border-color: rgb(3,188,172); }

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