Html Css Color HEX #03BCAB Caribbean Green

📋 copy color: '#03BCAB'

red 3 ◦ green 188 ◦ blue 171

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

Shades of Caribbean Green #03BCAB

Tints of Caribbean Green #03BCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 0.83%
G = 51.93%
B = 47.24%

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

#03BCAB (or 0x03BCAB) is known color: Caribbean Green. HEX triplet: 03, BC and AB. RGB value is (3,188,171). Sum of RGB (Red+Green+Blue) = 3+188+171=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCAB is #FC4354. Grayscale: #828282. Windows color (decimal): -16532309 or 11254787. OLE color: 11254787.

HSL color Cylindrical-coordinate representation of color #03BCAB: hue angle of 174.49º 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 #03BCAB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 171 -
CMYK 0.98 0 0.09 0.26
HSL 174.49º 0.97% 0.37% -
HSV(B) 174.49º 0.98% 0.74% -
XYZ 25.37 38.93 44.7 -
YUV 130.75 150.71 36.88 -
System Red Green Blue C M Y K H S L
Decimal 3 188 171 0.98 0 0.09 0.26 174.49 0.97 0.37
Hex 3 BC AB 62 0 9 1A AE 61 25
Octal 3 274 253 142 0 11 32 256 141 45
Binary 11 10111100 10101011 1100010 0 1001 11010 10101110 1100001 100101

Color Harmonies of #03BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCAB

Black with #03BCAB

Text Example


Text Example

White with #03BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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