Html Css Color HEX #03BA8B Caribbean Green

📋 copy color: '#03BA8B'

red 3 ◦ green 186 ◦ blue 139

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

Shades of Caribbean Green #03BA8B

Tints of Caribbean Green #03BA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 0.91%
G = 56.71%
B = 42.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#03BA8B (or 0x03BA8B) is known color: Caribbean Green. HEX triplet: 03, BA and 8B. RGB value is (3,186,139). Sum of RGB (Red+Green+Blue) = 3+186+139=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA8B is #FC4574. Grayscale: #7D7D7D. Windows color (decimal): -16532853 or 9157123. OLE color: 9157123.

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

Color convert

RGB 3 186 139 -
CMYK 0.98 0 0.25 0.27
HSL 164.59º 0.97% 0.37% -
HSV(B) 164.59º 0.98% 0.73% -
XYZ 22.26 37 30.4 -
YUV 125.93 135.37 40.32 -
System Red Green Blue C M Y K H S L
Decimal 3 186 139 0.98 0 0.25 0.27 164.59 0.97 0.37
Hex 3 BA 8B 62 0 19 1B A5 61 25
Octal 3 272 213 142 0 31 33 245 141 45
Binary 11 10111010 10001011 1100010 0 11001 11011 10100101 1100001 100101

Color Harmonies of #03BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA8B

Black with #03BA8B

Text Example


Text Example

White with #03BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,139); }

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

background-color css

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

 a { background-color: rgb(3,186,139); }

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

border-color css

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

 span { border-color: rgb(3,186,139); }

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